From 24704a50d004c9e496301c25a2e49c0acf5b849e Mon Sep 17 00:00:00 2001
From: adrien-matta <a.matta@surrey.ac.uk>
Date: Thu, 8 May 2014 12:01:53 +0100
Subject: [PATCH] * Test on MD

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 840dd6f2d..52f8e1462 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
 
-- 
GitLab