Fix wrong indentation in the Readme file
diff --git a/README.rst b/README.rst
index 0105444..c43b53c 100644
--- a/README.rst
+++ b/README.rst
@@ -94,11 +94,11 @@
       system:
         os: ubuntu
         dist: xenial
-      repo:
-        influxdb:
-          enabled: true
-          source: 'deb https://repos.influxdata.com/${linux:system:os} ${linux:system:dist} stable'
-          key_url: 'https://repos.influxdata.com/influxdb.key'
+        repo:
+          influxdb:
+            enabled: true
+            source: 'deb https://repos.influxdata.com/${linux:system:os} ${linux:system:dist} stable'
+            key_url: 'https://repos.influxdata.com/influxdb.key'
 
 Read more
 =========