Changed some wording to be more specific.

This commit is contained in:
Nicolás A. Ortega 2014-05-26 16:14:30 -05:00
parent 9ca05ac342
commit c8679c9cdf

View File

@ -3,7 +3,7 @@ SpaceShipSim
Space Ship Simulator is a basic 2D simulator of a spaceship in a frictionless environment. This program was made for educational purposes, and is meant to be quite simple. Space Ship Simulator is a basic 2D simulator of a spaceship in a frictionless environment. This program was made for educational purposes, and is meant to be quite simple.
To compile the source-code, go into the source folder and run the following command:<br> To compile the source-code, go into the project src/ folder and run the following command:<br>
<code>$ javac spaceshipsim/SpaceShipSim.java</code> <code>$ javac spaceshipsim/SpaceShipSim.java</code>
<h4>Contributing</h4> <h4>Contributing</h4>