Skip to content

Commit

Permalink
Merge pull request socketio#346 from ericz/patch-1
Browse files Browse the repository at this point in the history
Change `;` typo to `,` in first example
  • Loading branch information
rauchg committed Jul 26, 2011
2 parents 8b22ca2 + 27ab98d commit 4c20afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Next, attach it to a HTTP/HTTPS server. If you're using the fantastic `express`
web framework:

```js
var app = express.createServer();
var app = express.createServer()
, io = io.listen(app);

app.listen(80);
Expand Down

0 comments on commit 4c20afd

Please sign in to comment.