Skip to content

Commit

Permalink
Corrected coed error in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphenslee committed Oct 25, 2015
1 parent c2817a5 commit 5d9f44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ username argument can be the user's id, name or email address'
// Send some real time message's
client.sendToUser('phillip', 'Hello Channel!');

client.sendToGroup('private-group', 'Hello Group!);
client.sendToGroup('private-group', 'Hello Group!');

client.sendToChannel('general', 'Hello Channel!');

Expand Down

0 comments on commit 5d9f44e

Please sign in to comment.