Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed small typo
  • Loading branch information
stanleycyang committed Oct 11, 2015
1 parent 1723e1d commit 42ed3bd
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 42ed3bd

Please sign in to comment.