From ff9b4afb99a106ca517f2363648bb148518b6efe Mon Sep 17 00:00:00 2001 From: Tobiasz Cudnik Date: Sat, 10 Dec 2011 11:12:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad6dd69..322db5c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The way this is done is quite similar to the xhr-multipart transport. There is a To install and run do the following git clone https://github.com/dotmaster/node2node-socket.io node2node-socket.io - git submodules update --init //this clones the patched version of socket.io + git submodule update --init # this clones the patched version of socket.io ### Implementing it on your project