From f9fda6f678cfeeb4c355cc9039f863de5a4eabb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Tue, 24 May 2016 16:50:15 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 5f1127c3f..d882313cb 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:
     
-````
-# WOLF
-export WOLF_ROOT="/abs/path/to/wolf"
-````
+        ````
+        # WOLF
+        export WOLF_ROOT="/abs/path/to/wolf"
+        ````
 
     - Then you need to source the file to get effect, 
 
-````
-    source ~/.bash_profile    // or ~/.bashrc, of course
-````
+        ````
+        source ~/.bash_profile    // or ~/.bashrc, of course
+        ````
 
   2. If you run your application from __eclipse__, do:
      - Menu Run > Run configurations...
-- 
GitLab