Merge pull request #17 from rwat/0.8

fixed typo
This commit is contained in:
Paul Ingles 2013-06-13 01:11:59 -07:00
commit 9e8510d4c9

View file

@ -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})
```