Allow disabling auto-generated checks
diff --git a/README.rst b/README.rst
index 475c1db..56bd0bb 100644
--- a/README.rst
+++ b/README.rst
@@ -80,6 +80,24 @@
           password: pwd
           virtual_host: '/monitor'
 
+Sensu Client with check explicitly disabled
+
+.. code-block:: yaml
+
+    sensu:
+      client:
+        enabled: true
+        message_queue:
+          engine: rabbitmq
+          host: rabbitmq
+          port: 5672
+          user: monitor
+          password: pwd
+          virtual_host: '/monitor'
+        check:
+          local_linux_storage_swap_usage:
+            enabled: False
+
 Sensu Client with community plugins
 
 .. code-block:: yaml