Skip to content

Commit 2ad2a67

Browse files
committed
Change README.
1 parent 693f0dd commit 2ad2a67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ connections to the Ruby Websocket-Rails server and supports the Websocket-Rails
3535

3636
#### Connection Callbacks
3737

38-
* ```on_open(boost::bind cb)``` : callback on open connection.
39-
* ```on_close(boost::bind cb)``` : callback on close connection.
40-
* ```on_fail(boost::bind cb)``` : callback on fail connection.
38+
* ```onOpen(boost::bind cb)``` : callback on open connection.
39+
* ```onClose(boost::bind cb)``` : callback on close connection.
40+
* ```onFail(boost::bind cb)``` : callback on fail connection.
4141

4242
#### Trigger an Event on Server
4343

0 commit comments

Comments
 (0)