all
diff --git a/README.md b/README.md
index cd8c6a8..5c56de1 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,22 @@
# Bind DNS service
-bind:
- configured_zones:
- sub.domain.com:
- type: master
- notify: False
- 1.168.192.in-addr.arpa:
- type: master
- notify: False
+## Sample pillars
-available_zones:
- sub.domain.org:
- file: db.sub.domain.org
- masters: "192.168.0.1;"
\ No newline at end of file
+ bind:
+ configured_zones:
+ sub.domain.com:
+ type: master
+ notify: False
+ 1.168.192.in-addr.arpa:
+ type: master
+ notify: False
+
+ available_zones:
+ sub.domain.org:
+ file: db.sub.domain.org
+ masters: "192.168.0.1;"
+
+## Read more
+
+*
\ No newline at end of file