Compare commits

...

2 Commits
0.5.1 ... 0.5.2

Author SHA1 Message Date
Guillermo Rauch
91cdddb32c Updated client to 0.5.2 2010-08-01 11:27:43 -07:00
Guillermo Rauch
4acf98db9d Fixed require path in README (thanks Tobsn) 2010-07-29 11:09:21 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ The `Socket.IO` server provides seamless supports for a variety of transports in
By default, the server will intercept requests that contain `socket.io` in the path / resource part of the URI. You can change this (look at the available options below).
var http = require('http'),
io = require('./socket.io/socket.io.js'),
io = require('./path/to/socket.io'),
server = http.createServer(function(req, res){
// your normal server code