Skip to content

Commit

Permalink
docs: Update example typo (#310)
Browse files Browse the repository at this point in the history
Typo referenced in issue #309
  • Loading branch information
MrDockal authored and knownasilya committed Jun 26, 2018
1 parent 2b186b6 commit 5a62ced
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 @@ -331,7 +331,7 @@ const fields = [{
}];

const json2csvParser = new Json2csvParser({ fields });
const csv = json2csvParser.parse(myCars, { fields });
const csv = json2csvParser.parse(myCars);

console.log(csv);
```
Expand Down

0 comments on commit 5a62ced

Please sign in to comment.