Skip to content

Commit

Permalink
Merge pull request #34 from bionicbrian/master
Browse files Browse the repository at this point in the history
'ws' in Example C in README appears to be a typo? Should be 'engine'?
  • Loading branch information
rauchg committed Jul 16, 2012
2 parents a7f6efe + a671072 commit 7eb0437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ server.on('connection', function (socket) {
#### (C) Passing in requests

```js
var ws = require('engine.io')
var engine = require('engine.io')
, server = new engine.Server()

server.on('connection', function (socket) {
Expand Down

0 comments on commit 7eb0437

Please sign in to comment.