From 326038107cb03859c1e8a2e765f623e42486cbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Wed, 17 Sep 2014 21:21:43 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ff5831..957175d 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ MMMCalc This is a very simple project, it was made for educational purposes (hence why it is open-source), and I encourage everyone to contribute if they have something to add. -The most simple way to build this project is to move to the src folder/directory and run +###Contributing +To contribute, simply open a pull request. - $ javac MMMCalc.java - -This will allow you to build the project that should work properly if you are downloading one of the releases (if you download the straight from the master branch it might have some problems). - -To contact me, send me an e-mail at . +###License +All code in this repository is under the [GNU GPLv3](/LICENSE).