diff --git a/README.md b/README.md
index 1942693..1c53a43 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,13 @@ 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.
-To compile the source-code, go into the project src/ folder and run the following command:
-$ javac spaceshipsim/SpaceShipSim.java
+To compile the source-code, go into the project src/ folder and run the following command:
+```
+$ javac spaceshipsim/SpaceShipSim.java
+```
-