AMQNET-724 Add info in README
diff --git a/README.md b/README.md
index bb4c468..8873f97 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@
 | Shared Consumers | Y | |
 | IQueueBrowser | Y | |
 | Configurable NMSMessageID and amqp serializtion | N | For future consideration. The prodiver will generate a MessageID from a sequence and serialize it as a string. |
-| Flow control configuration | N | For future consideration. The provider will use amqpnetlite defaults except for initial link credits which is 200. |
+| Flow control configuration | Y | You can configure link credit. Default value is 1000. See prefetchPolicy in [Configuration](docs/configuration.md). |
 | Object Deserialization Policy | N | For future consideration. The provider considers all Dotnet serialized objects in Object Message bodies are safe to deserialize. |
 | Failover | Y