Extending salt minion and slat master params.

Change-Id: Ia9410364a82ac84889b80b30380ec5f897c7165c
diff --git a/README.rst b/README.rst
index f0abbc4..fd15b19 100644
--- a/README.rst
+++ b/README.rst
@@ -43,8 +43,22 @@
 
 Salt master with multiple ``ext_pillars``:
 
-.. literalinclude:: tests/pillar/master_single_extpillars.sls
-   :language: yaml
+.. code-block:: yaml
+
+    salt:
+      master:
+        enabled: true
+        pillar:
+          engine: salt
+          source:
+            engine: local
+        ext_pillars:
+          1:
+            module: cmd_json
+            params: '"echo {\"arg\": \"val\"}"'
+          2:
+            module: cmd_yaml
+            params: /usr/local/bin/get_yml.sh
 
 Salt master with API: