diff --git a/README.md b/README.md
index c91daafceb81e8dd236c34415c0a6baa2126c1a5..69cd43b7302f230c79b5e36758b3dca5bfc17033 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,8 @@ We are using Catch for C++ testing. Look at the test fixtures in the /tests/test
 
 ## Building with CMake
 
-mkdir build
-cd build
-cmake ..
-make
+`mkdir build  
+cd build  
+cmake ..  
+make  
+`