Skip to content

Commit

Permalink
docs: match the imported name (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchelen authored and knownasilya committed Apr 11, 2019
1 parent 1f91351 commit 10fad73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const fields = ['field1', 'field2', 'field3'];
const opts = { fields };
const transformOpts = { highWaterMark: 8192 };
const asyncParser = new JSON2CSVAsyncParser(opts, transformOpts);
const asyncParser = new AsyncParser(opts, transformOpts);
let csv = '';
asyncParser.processor
Expand Down

0 comments on commit 10fad73

Please sign in to comment.