From d8ce0321b411d02d68e427b900d1eb56b9351cb8 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Tue, 14 Apr 2015 23:22:19 -0400 Subject: [PATCH] Fix the example --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0190cf4..9777b96 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ An *experimental* RabbitMQ plugin that clusters nodes automatically using Consul :target: https://travis-ci.org/aweber/rabbitmq-autocluster-consul .. image:: https://img.shields.io/github/release/aweber/rabbitmq-autocluster-consul.svg :target: https://github.com/aweber/rabbitmq-autocluster-consul - + Download -------- Downloads of rabbitmq-autocluster-consul can be found on the @@ -45,7 +45,8 @@ default values: [{rabbitmq_autocluster_consul, [ {consul_host, "localhost"}, - {cconsul_port, 8500}, + {consul_port, 8500}, + {consul_acl, "example-acl-token"}, {cluster_name, "test"} ]} ].