We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869317c commit 6118ebbCopy full SHA for 6118ebb
README.md
@@ -31,9 +31,9 @@ All methods accept the following `options`
31
32
**events**
33
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.
+* `record`: Emitted when a record is parsed.
+* `data-invalid`: Emitted if there was invalid row encounted, **only emitted if the `validate` function is used**.
+* `data`: Emitted with the object or `stringified` version if the `objectMode` is set to `false`.
37
38
**([options])**
39
0 commit comments