diff --git a/README.md b/README.md
index 4166773c792e193aacf452e9435c62a66ad1221f..5f1127c3fac4a873bb0e9c3ad79cd932b68c99c8 100644
--- a/README.md
+++ b/README.md
@@ -175,16 +175,16 @@ __Solution:__
   1. To run from __Terminal__, you need to create an environment variable WOLF_ROOT pointing to where the wolf project is
      - Edit file ````~/.bashrc````, or ````~/.bash_profile````, and add these lines:
     
-\code
+````
 # WOLF
 export WOLF_ROOT="/abs/path/to/wolf"
-\endcode
+````
 
     - Then you need to source the file to get effect, 
 
-\code
+````
     source ~/.bash_profile    // or ~/.bashrc, of course
-\endcode
+````
 
   2. If you run your application from __eclipse__, do:
      - Menu Run > Run configurations...