Skip to content

Commit 7af4e25

Browse files
committed
Change README.
1 parent 2ad2a67 commit 7af4e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ connections to the Ruby Websocket-Rails server and supports the Websocket-Rails
5656

5757
#### Channel Management
5858

59-
* ```getChannel(std::string channel_name)`` : Get a channel after subscribed to it.
59+
* ```getChannel(std::string channel_name)``` : Get a channel after subscribed to it.
6060
* ```subscribe(std::string channel_name)``` : Subscribe to a channel.
6161
* ```subscribePrivate(std::string channel_name, boost::bind cb_succ, boost::bind cb_fail)``` : Subscribe to a private channel with callbacks.
6262
* ```unsubscribe(std::string channel_name)``` : Unsubscribe a channel.

0 commit comments

Comments
 (0)