diff --git a/README.markdown b/README.markdown index 4a69dd1..0b3809f 100644 --- a/README.markdown +++ b/README.markdown @@ -66,7 +66,7 @@ server.on('upgrade', function(request, socket, body) { }; ``` -Node the final line - you must pass the `body` buffer to the socket handler in +Note the final line - you must pass the `body` buffer to the socket handler in order to make certain versions of the protocol work.