From 6916fd81f510c9628b55f82908e088a4184f546d Mon Sep 17 00:00:00 2001
From: Giuseppe Attardi <giuseppe.attardi@garr.it>
Date: Sun, 7 Jul 2019 17:39:41 +0200
Subject: [PATCH] Update README.md

---
 charms/garr-dashboard/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/charms/garr-dashboard/README.md b/charms/garr-dashboard/README.md
index 4e77798..61c5c4a 100644
--- a/charms/garr-dashboard/README.md
+++ b/charms/garr-dashboard/README.md
@@ -22,13 +22,13 @@ It installs the dashboard accountimg plugin.
     $ juju config horizon-webroot=/
 ```
 1. add relations to the Horizon dashboard main charm:
-
+```
     $ juju add-relation openstack-dashboard garr-dashboard
-
+```
 1. add relations to the identity service:
-
+```
     $ juju add-relation dashboard-cloudbase keystone:identity-service
-    
+```
 1. Optional: set the default gateway:
 ```
      $ juju deploy cs:~csd-garr/defaultgw
-- 
GitLab