Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John Johnson III committed Aug 7, 2014
1 parent 005aaa4 commit 78c42ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ An example of how to use the [goatee client library](https://github.com/johnerna

========
#### Redis
With **goatee** running and your web browser connected to the socket, you should now be able to test message sending from Redis to your client (browser). Run `redis-cli` and publish a message to the channel you subscribed to in your Go server. By default, **goatee* expects your Redis messages to have a specified JSON format to send to the client with the following details:
With **goatee** running and your web browser connected to the socket, you should now be able to test message sending from Redis to your client (browser). Run `redis-cli` and publish a message to the channel you subscribed to in your Go server. By default, **goatee** expects your Redis messages to have a specified JSON format to send to the client with the following details:
* `payload`
* `created_at (optional)`

Expand Down

0 comments on commit 78c42ab

Please sign in to comment.