Load from files
diff --git a/README.rst b/README.rst
index b4bc7e6..c11b4cf 100644
--- a/README.rst
+++ b/README.rst
@@ -150,7 +150,7 @@
                 description: multi-liner
                 default: default_text
 
-Groovy script samples
+Inline Groovy script samples
 
 .. code-block:: yaml
 
@@ -187,6 +187,27 @@
               }
 
 
+GIT controlled groovy script samples
+
+.. code-block:: yaml
+
+    jenkins:
+      client:
+        source:
+          engine: git
+          address: repo_url
+          branch: branch
+        job:
+          test_workflow_jenkins_simple:
+            type: workflow
+            display_name: Test jenkins simple workflow
+            script_file: jobs/test_workflow_jenkins_simple.groovy
+          test_workflow_jenkins_input:
+            type: workflow
+            display_name: Test jenkins workflow inputs
+            script_file: jobs/test_workflow_jenkins_input.groovy
+
+
 Usage
 =====