We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad2a67 commit 7af4e25Copy full SHA for 7af4e25
README.md
@@ -56,7 +56,7 @@ connections to the Ruby Websocket-Rails server and supports the Websocket-Rails
56
57
#### Channel Management
58
59
-* ```getChannel(std::string channel_name)`` : Get a channel after subscribed to it.
+* ```getChannel(std::string channel_name)``` : Get a channel after subscribed to it.
60
* ```subscribe(std::string channel_name)``` : Subscribe to a channel.
61
* ```subscribePrivate(std::string channel_name, boost::bind cb_succ, boost::bind cb_fail)``` : Subscribe to a private channel with callbacks.
62
* ```unsubscribe(std::string channel_name)``` : Unsubscribe a channel.
0 commit comments