Skip to content

Commit

Permalink
Merge pull request #2 from emilkje/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
dthree committed Jun 21, 2015
2 parents 3bb1212 + f5ff5aa commit a869991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -466,7 +466,7 @@ vantage.listen(someMiddleware, {

## Events

Vantage extends `EventEmitter.prototype`. Simply use `vantage.on('event', fn)` and `vantage.emit('event', data')`. The following events are supported:
Vantage extends `EventEmitter.prototype`. Simply use `vantage.on('event', fn)` and `vantage.emit('event', data)`. The following events are supported:

##### Socket.IO client / server events

Expand Down

0 comments on commit a869991

Please sign in to comment.