Fix config document
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 8dfff2e..6fc0b8b 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -80,7 +80,7 @@
 
 bind.startUp
 :   true if you want to bind queue to exchange on startup.
-    Also need to specify `queue.name`.
+    Also need to specify `queue.name` and `exchange.name`.
 
 bind.routingKey
 :   The name of routing key. This is used to bind queue to exchange.