From 46f58dc5b00520785331da9f9a5cade389ae0458 Mon Sep 17 00:00:00 2001 From: James Coglan Date: Mon, 29 Apr 2013 22:03:58 +0100 Subject: [PATCH] s/Node/Note/ --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.