From 5acd4908abfea7b2cc669f9bf2667b5171adf42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Thu, 30 Oct 2014 15:45:22 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98dc768..92fe11b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a very simple project, it was made for educational purposes (hence why i ###Compiling To compile make sure you have JDK and Apache Ant installed. Then run the following command in the root directory of the project: -``` +```bash $ ant ```