Skip to content

Commit

Permalink
docs: Update typo in README.md (#486)
Browse files Browse the repository at this point in the history
Correct grammatical error
  • Loading branch information
RizaHKhan authored Sep 11, 2020
1 parent 0870662 commit c984851
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 @@ -186,7 +186,7 @@ The programatic APIs take a configuration object very equivalent to the CLI opti
### json2csv parser (Synchronous API)
`json2csv` can also be use programatically as a synchronous converter using its `parse` method.
`json2csv` can also be used programatically as a synchronous converter using its `parse` method.
```js
const { Parser } = require('json2csv');
Expand Down

0 comments on commit c984851

Please sign in to comment.