Skip to content

Commit

Permalink
Merge pull request #17 from atuttle/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
ryanguill authored Oct 25, 2016
2 parents 50972bb + 22ae3ff commit 8ad52ce
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 @@ -47,7 +47,7 @@ To dispatch an event:
emit.emit('myEventName', {optional struct of data});
```

Note: Event names are case sensitive by default. You can call setCaseSensitiveEventNames(false) to change this.
Note: Event names are case sensitive by default. You can call `setCaseSensitiveEventName(false)` to change this.

Most functions return an instance of the object so that they can be chained.

Expand Down

0 comments on commit 8ad52ce

Please sign in to comment.