diff --git a/docs/charts.md b/docs/charts.md
index 071eb4980cbae24f297aff51ddc9082e438a4132..4582b3f61effeb273ecd92da5105167cd20b0922 100644
--- a/docs/charts.md
+++ b/docs/charts.md
@@ -243,17 +243,17 @@ with other name(s).
 ````
 # parentchart/requirements.yaml
 dependencies:
-      - name: subchart
-        repository: http://localhost:10191
-        version: 0.1.0
-        alias: new-subchart-1
-      - name: subchart
-        repository: http://localhost:10191
-        version: 0.1.0
-        alias: new-subchart-2
-      - name: subchart
-        repository: http://localhost:10191
-        version: 0.1.0
+  - name: subchart
+    repository: http://localhost:10191
+    version: 0.1.0
+    alias: new-subchart-1
+  - name: subchart
+    repository: http://localhost:10191
+    version: 0.1.0
+    alias: new-subchart-2
+  - name: subchart
+    repository: http://localhost:10191
+    version: 0.1.0
 ````
 
 In the above example we will get 3 depenendencies in all for `parentchart`