Skip to content

Commit 1b05418

Browse files
committed
clarify events
1 parent 75a4adf commit 1b05418

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
@@ -112,7 +112,7 @@ Methods
112112
9. `close(#fast:Bool)` - Closes the socket. Once a socket is closed it should not be reopened. Pass true to fast if you're closing from a background task.
113113
10. `reconnect()` - Causes the client to reconnect to the server.
114114

115-
Events
115+
Client Events
116116
------
117117
1. `connect` - Emitted when on a successful connection.
118118
2. `disconnect` - Emitted when the connection is closed.

0 commit comments

Comments
 (0)