Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melode11 committed May 22, 2015
1 parent 443a59a commit e105fac
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 @@ -53,7 +53,7 @@ h.connect("http://127.0.0.1:3000");
Emit a event
```C++
//emit event name only:
socket->emit("login");
h.socket->emit("login");
//emit text
h.socket()->emit("add user", username);
//emit binary
Expand Down

0 comments on commit e105fac

Please sign in to comment.