fixed typo

This commit is contained in:
rwat 2013-06-12 16:40:56 -05:00
parent 52c61f12c1
commit ed0aa8b919

View file

@ -23,7 +23,7 @@ Add the following to your [Leiningen](http://github.com/technomancy/leiningen) `
Discovery of Kafka brokers from Zookeeper: Discovery of Kafka brokers from Zookeeper:
```clj ```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}) ;; ({:host "localhost", :jmx_port -1, :port 9999, :version 1})
``` ```