Skip to content

Commit

Permalink
Fixed typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoBlue committed Sep 3, 2015
1 parent df37999 commit 59b0d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -320,7 +320,7 @@ var jsb = require('node-jsb');
jsb.on('Event::NAME', function() {
console.log('Hi!');
});
jsb.fireEvent('Event::NAME);
jsb.fireEvent('Event::NAME');
```

Resources
Expand Down

0 comments on commit 59b0d6f

Please sign in to comment.