From 26d9a6328cb8e4df7aef94ac98df7f0b4d22b91e Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 16 Mar 2010 18:23:55 -0700 Subject: [PATCH] Project rename --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 553c3153..48bef996 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Requirements ------------ - Node v0.1.32+ -- [Socket.IO-client](http://github.com/RosePad/Socket.IO-client) to connect on the client side. +- [Socket.IO client](http://github.com/RosePad/Socket.IO) to connect from the browser How to use ---------- @@ -44,7 +44,7 @@ In the node directory run: make test sudo make install -On the client side, you should use [Socket.IO-client](https://github.com/RosePad/Socket.IO-client) to connect. +On the client side, you should use the [Socket.IO client](https://github.com/RosePad/Socket.IO) to connect. ## Demo