Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Dec 19, 2015
1 parent 6f15bbc commit be0627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pubsub/api-kafka-websocket-pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
2. Upgrade a request to a websocket connection and expose the topic over it
3. Serve an HTML page that demos the service.(visit http://localhost:8080/svc/v1/demo/{stream_id from 'create'})

### This demo requires Kafka and Zookeeper to be installed and running localally by default.
### This demo requires Kafka and Zookeeper to be installed and running locally by default.
* To install and run on OS X, run: `brew install kafka` and then `zookeeper-server-start.sh /usr/local/etc/kafka/zookeeper.properties` to run Zookeeper and `kafka-server-start.sh /usr/local/etc/kafka/server.properties` to start a Kafka broker.

### The config in this example is loaded via a local JSON file and the default `gizmo/config.Config` struct.

0 comments on commit be0627f

Please sign in to comment.