Allow setting custom mpm and parameters
diff --git a/README.rst b/README.rst
index beb4b3e..2e41e81 100644
--- a/README.rst
+++ b/README.rst
@@ -84,6 +84,20 @@
             address: 'git@repo1.domain.cz:impress/billometer.git'
             revision: 'master'
 
+Tune settings of mpm_prefork
+
+.. code-block:: yaml
+
+    parameters:
+      apache:
+        mpm:
+          prefork:
+            max_clients: 250
+            servers:
+              min: 32
+              max: 64
+              max_requests: 4000
+
 Example pillar
 ==============