From 647d9200a41c19e5ae75b2e6e61cac9603d12c04 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Thu, 16 Feb 2017 01:56:38 +0300 Subject: [PATCH] Wording --- deps/rabbitmq_auth_backend_http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_auth_backend_http/README.md b/deps/rabbitmq_auth_backend_http/README.md index b68b71fe2a..3830b32334 100644 --- a/deps/rabbitmq_auth_backend_http/README.md +++ b/deps/rabbitmq_auth_backend_http/README.md @@ -102,7 +102,7 @@ Note that you cannot create arbitrary virtual hosts using this plugin; you can o * `name` - the name of the exchange * `permission` - the access level to the resource (`write` or `read`) * `routing_key` - the routing key of a published message (when the permission is `write`) -or routing key of the topic exchange to queue/exchange binding (when the permission is `read`) +or routing key of the queue binding (when the permission is `read`) See [topic authorisation](http://www.rabbitmq.com/access-control.html#topic-authorisation) for more information about topic authorisation.