From c56a664a2a484e6ba2b78285961ee8233b2048fb Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Wed, 8 Oct 2014 19:43:35 -0500 Subject: [PATCH] Changed compilation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd54e7..9b424b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ FreqSample is a tool made in Java that will play a frequency. ### Compiling Make sure you have the JDK installed along with Apache Ant. Then go to the root directory of this project and run: ``` -$ ant jar +$ ant ``` ### Contributing