Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
behnammodi committed Sep 24, 2018
1 parent 1e576ae commit 3db2b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ on('TIME', time => {
});
```

unsubscribe lisener
unsubscribe listener
```javascript
const unsubscribe = on('TIME', time => {
console.log(time);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jetemit",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3db2b28

Please sign in to comment.