Switch to side-by-side view

--- a/readme.md
+++ b/readme.md
@@ -41,11 +41,11 @@
 
 Ensure you have installed the following images:
 
-linagora.c2netproject.eu/runtime/ucp/1_0_0 (PROBLEM HERE: installing with runtime_tools.sh provides a different name)
-c2netproject.eu/runtime/java/dev:1_0_0
-c2netproject.eu/runtime/java/1_0_0
-c2netproject.eu/runtime/nodejs/1_0_1
-eslap.cloud/runtime/mariadb/1_0_0
+ * linagora.c2netproject.eu/runtime/ucp/1_0_0 (PROBLEM HERE: installing with runtime_tools.sh provides a different name)
+ * c2netproject.eu/runtime/java/dev:1_0_0
+ * c2netproject.eu/runtime/java/1_0_0
+ * c2netproject.eu/runtime/nodejs/1_0_1
+ * eslap.cloud/runtime/mariadb/1_0_0
 
 ## BUILD AND DEPLOY
 
@@ -107,7 +107,6 @@
 ### UCP
 
 git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/ucp/code c2net-cpl-paas4man-ucp-code
-
 -->
     
 ### CNM
@@ -185,14 +184,14 @@
     ├── bundle (1)  
     │   ├── components
     │   │   ├── fe-acsdssql  (2)
-    │   │   ├── fe-jobex   (3) # Front end component, for testing purpuses
-    │   │   ├── ucp-tpm    (4) # Folder to include ucp component
-    │   │   └── ucp-worker (5) # Folder to include worker used by ucp
+    │   │   ├── fe-jobex   (3) 
+    │   │   ├── ucp-tpm    (4) 
+    │   │   └── ucp-worker (5) 
     │   ├── deployment     
-    │   │   └── Manifest.json (6) # Deployment manifest
+    │   │   └── Manifest.json (6) 
     │   ├── service
-    │   │   └── Manifest.json  (7) # Service manifest
-    │   └── c2net_service_bundle.zip  (8) # bundle to be deploy
+    │   │   └── Manifest.json  (7) 
+    │   └── c2net_service_bundle.zip  (8) 
     ├── files
     │   └── ucp-tpm.zip (9)
     ├── scripts