Fix minor type in README.md.

This commit is contained in:
Chad Whitacre
2011-06-19 16:06:50 -04:00
parent 96231d4987
commit 33539dfd56

View File

@@ -39,7 +39,7 @@ chat.on('connect', function () {
});
var news = io.connect('/news'); // io.connect auto-detects host
chat.on('connect', function () {
news.on('connect', function () {
// news socket connected
});
```