Skip to content

Commit

Permalink
readme: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Feb 16, 2020
1 parent 15df8c9 commit 0065494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ process.stdin.on('data', (chunk) => {
json.update(chunk);
});

// `split` even is emitted when parser enters new object value/array element
// `split` event is emitted when parser enters new object value/array element.
// `index` is local to `chunk`.
json.on('split', (path, index) => {
// `path` is the same as above
Expand Down

0 comments on commit 0065494

Please sign in to comment.