fix readme
diff --git a/README.rst b/README.rst
index c8749d6..cd634ec 100644
--- a/README.rst
+++ b/README.rst
@@ -16,12 +16,17 @@
         bind:
           address: 0.0.0.0
           port: 4352
-        inputs:
-        ...
-        outputs:
-          engine: elasticsearch
-          host: localhost
-          port: 9200
+        output:
+          elasticsearch01:
+            engine: elasticsearch
+            host: localhost
+            port: 9200
+        input:
+          rabbitmq:
+            engine: amqp
+            host: localhost
+            user: guest
+            password: guest
 
 
 Read more