From ed0aa8b9191fe3570dfa4f112954ed140cdd1c17 Mon Sep 17 00:00:00 2001 From: rwat Date: Wed, 12 Jun 2013 16:40:56 -0500 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb2cd52..949ab72 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the following to your [Leiningen](http://github.com/technomancy/leiningen) ` Discovery of Kafka brokers from Zookeeper: ```clj -(brokers {"zookeeper.connect" "127.0.0.1:2181"})) +(brokers {"zookeeper.connect" "127.0.0.1:2181"}) ;; ({:host "localhost", :jmx_port -1, :port 9999, :version 1}) ```