Update README.md

This commit is contained in:
Erik Little 2015-04-09 10:19:02 -04:00
parent 8fea5f25fd
commit 20d1ad76af

View File

@ -108,7 +108,7 @@ Events
------ ------
1. `connect` - Emitted when on a successful connection. 1. `connect` - Emitted when on a successful connection.
2. `disconnect` - Emitted when the connection is closed. 2. `disconnect` - Emitted when the connection is closed.
3. `error` - Emitted if the websocket encounters an error. 3. `error` - Emitted on an error.
4. `reconnect` - Emitted when the connection is starting to reconnect. 4. `reconnect` - Emitted when the connection is starting to reconnect.
5. `reconnectAttempt` - Emitted when attempting to reconnect. 5. `reconnectAttempt` - Emitted when attempting to reconnect.