From 1a3d85677afa8b719a283fa7a35a78584f288169 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sergi=20Foix=20Salmer=C3=B3n?= <sfoix@iri.upc.edu>
Date: Thu, 28 May 2020 16:56:26 +0200
Subject: [PATCH] Update ReadMe.md

---
 ReadMe.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ReadMe.md b/ReadMe.md
index 116408b..b6bae49 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -33,7 +33,9 @@ Set of scripts to easily generate driver and algorithm packages in ROS, and also
 
 - Go to your ROS workspace source directory:
 
-      roscd; cd ../src;
+```
+roscd; cd ../src;
+```
 
 ```
 create_algorithm_package.sh -n node_name [-i][-p prefix]
-- 
GitLab