From 20d1ad76af3f10c0d151ced496864c2336024419 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Thu, 9 Apr 2015 10:19:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6ed0c..e16111b 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Events ------ 1. `connect` - Emitted when on a successful connection. 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. 5. `reconnectAttempt` - Emitted when attempting to reconnect.