mysql services
diff --git a/README.rst b/README.rst
index 6fb9241..bf907aa 100644
--- a/README.rst
+++ b/README.rst
@@ -3,8 +3,20 @@
 PowerDNS
 ========
 
+Sample pillar:
 
+PowerDNS server with MySQL backend
 
+	powedns:
+	  server:
+	    enabled: true
+	    backend:
+	      engine: mysql
+	      host: localhost
+	      port: 3306
+	      name: pdns
+	      user: pdn
+	      password: password
 
 Read more
 =========
\ No newline at end of file