Skip to content

Commit 6118ebb

Browse files
committed
Fix issue in event list formatting
1 parent 869317c commit 6118ebb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ All methods accept the following `options`
3131

3232
**events**
3333

34-
`record`: Emitted when a record is parsed.
35-
`data-invalid`: Emitted if there was invalid row encounted, **only emitted if the `validate` function is used**.
36-
`data`: Emitted with the `stringified` version of a record.
34+
* `record`: Emitted when a record is parsed.
35+
* `data-invalid`: Emitted if there was invalid row encounted, **only emitted if the `validate` function is used**.
36+
* `data`: Emitted with the object or `stringified` version if the `objectMode` is set to `false`.
3737

3838
**([options])**
3939

0 commit comments

Comments
 (0)