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