Silly Typo in docs

This commit is contained in:
Charles Allen 2016-05-24 13:31:58 -07:00
parent 8024b915e2
commit c738c0e1cd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ If you need updates to populate as promptly as possible, it is possible to plug
{
"type":"kafka",
"kafkaTopic":"testTopic",
"kafkaProperties":{"zookeeper.connect","somehost:2181/kafka"}
"kafkaProperties":{"zookeeper.connect":"somehost:2181/kafka"}
}
```