Skip to content

Commit

Permalink
Merge pull request #23 from stanleycyang/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in the README
  • Loading branch information
ariporad committed Oct 11, 2015
2 parents 1723e1d + 42ed3bd commit 3693796
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 @@ -53,7 +53,7 @@ app.use(function*() {
});


// middleware for scoket.io's connect and disconnect
// middleware for socket.io's connect and disconnect
app.io.use(function* (next) {
// on connect
yield* next;
Expand Down

0 comments on commit 3693796

Please sign in to comment.