From f9acafedc47fc5277904f26de25b98e6b80d1e44 Mon Sep 17 00:00:00 2001
From: nterranova <nicholas.terranova@cnaf.infn.it>
Date: Thu, 8 Mar 2018 12:25:02 +0100
Subject: [PATCH] README formatting issue solved

---
 t/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/README.md b/t/README.md
index 63f2dfd..a1398d1 100644
--- a/t/README.md
+++ b/t/README.md
@@ -33,8 +33,8 @@ To run the tests made available in the `t` folder just type
 
 Using the docker image provided to exploit Openresty in the Storm2 project:
 
-	cp -r t /tmp
-        cd /tmp
-	prove -v
+    cp -r t /tmp
+    cd /tmp
+    prove -v
 
 A copy of the `t` folder is needed since the `prove` command creates a directory `servroot` in `t`.  
-- 
GitLab