Skip to content

Commit

Permalink
Merge pull request socketio#9 from reqshark/master
Browse files Browse the repository at this point in the history
close obj typo
  • Loading branch information
rauchg committed May 17, 2014
2 parents e08c270 + d0de1fc commit 5bafc2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# socket.io-redis

[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-redis.png)](http://travis-ci.org/Automattic/socket.io-redis)
Expand All @@ -9,7 +8,7 @@
```js
var io = require('socket.io')(3000);
var redis = require('socket.io-redis');
io.adapter(redis({ host: 'localhost', port: 6379 ));
io.adapter(redis({ host: 'localhost', port: 6379 }));
```

By running socket.io with the `socket.io-redis` adapter you can run
Expand Down

0 comments on commit 5bafc2e

Please sign in to comment.