From e91cc9030fa68f8451ef5dca11fa56b3c84679a1 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 7 Oct 2015 14:38:01 -0400 Subject: [PATCH] Fix typographical error(s) Changed conected to connected in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c929b1..244b047 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ It is pretty simple. And just triggers a bunch of events: app publish emited when app-node sends command to publish something (send, broadcast) app subscribe-to-channel emited when app-node sends command to subscribe some client to some channel app unsubscribe-from-channel emited when app-node sends command to unsubscribe some client from some channel - socket connection emited when some client is conected to SocketIO + socket connection emited when some client is connected to SocketIO socket message emited when some client sends message socket disconnect emited when some client is disconnected