diff --git a/charms/garr-dashboard/README.md b/charms/garr-dashboard/README.md
index 61c5c4ada243310b33c54b4ec422ee51d4e3bcc7..3b25697e075f459504ae74ed8d16eeb776020e35 100644
--- a/charms/garr-dashboard/README.md
+++ b/charms/garr-dashboard/README.md
@@ -1,7 +1,7 @@
 # Overview
 
 Subordinate charm to the `Horizon Dashboard`.
-It installs the dashboard accountimg plugin.
+It installs the accountimg plugin for the dashboard.
 
 # Usage
 
@@ -21,16 +21,7 @@ It installs the dashboard accountimg plugin.
     $ juju config garr-dashboard database-user=<DB_USER>
     $ juju config horizon-webroot=/
 ```
-1. add relations to the Horizon dashboard main charm:
+1. deploy as subordinate to the Horizon dashboard principal 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
-     $ juju add-relation dashboard-cloudbase defaultgw
-```
\ No newline at end of file