From cb7bf9595cbaa4866f0cf8988ac86218b2772cc3 Mon Sep 17 00:00:00 2001 From: Mike Bieser Date: Mon, 3 Aug 2015 11:58:20 -0700 Subject: [PATCH] tweak grammar --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index dabdd68ec1..89e7044580 100644 --- a/Readme.md +++ b/Readme.md @@ -325,7 +325,7 @@ server.listen(3000); ### Socket#emit(name:String[, …]):Socket - Emits an event to the socket identified by the string `name`. Any + Emits an event, identified by the string `name`, on the socket. Any other parameters can be included. All datastructures are supported, including `Buffer`. JavaScript