diff --git a/README.md b/README.md
index 840dd6f2d82b191267d4ef5060a31d96cbcd7cb6..52f8e14624ed3605cfaf29d7edf339857defb829 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,10 @@ Depending on the existence of the .rootlogon.C file in your home directory, the
 
 ###Building NPSimulation
 This part of the package rely on Geant4 to perform Monte Carlo simulation. You need to first compile and configure correctly NPLib in order for NPSimulation to compile and run. The compilation is done as follow:
-> NPS
-> make -jn
-
+````
+NPS
+make -jn
+`````
 This should produce the NPSimulation executable, you can check this by running the help display
 > NPSimulation -h