diff --git a/README.md b/README.md
index 37d7933ecf2f22f50c351120ae797140a1bab831..17f041a378c2f87eb431027a0007b39f7e56ba13 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,15 @@ mpirun -np 12 python main2.py ""--infile"" deap_test.txt "--verbose"
 ``--loops`` Number of runs
 
 For the first parallelisation method (one algorithm/multiple processor), use
-'''
+```
 main2.py
-'''
+```
+
 For the second parallelisation method (multiple algorithms/multiple processors), change for
-'''
+```
 main_sequential.py
-'''
+```
+
 in the command 
 
 # Todo