diff --git a/README.md b/README.md
index e05704bc7b0d56ac818a8a69fd613acaee9b39ee..7332f24964c7e76f759cec018e28c9a4fe8ea2f6 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Create for every instance <inventory_dir>/vars/<instance_name>.yml a variable in
 
 Define in your host_vars/<host> the dictionary `webapps`
 
-webapps:
-  - instance: <instancen_name>
-    app: <app_name>
-    app_vars: "<instance_name>.yml" <-- path to variable file from above
+    webapps:
+    - instance: <instancen_name>
+        app: <app_name>
+        app_vars: "<instance_name>.yml" <-- path to variable file from above