From 7ed497892bd45af4b359c6ebf9b8171d91997326 Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Wed, 8 Oct 2014 19:45:05 -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 c12f542..f038075 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Space Ship Simulator is a basic 2D simulator of a spaceship in a frictionless en ###Compiling To compile make sure you have JDK and Apache Ant installed. Then run this in the root directory of the project: ``` -$ ant jar +$ ant ``` ###Contributing