Skip to content

Commit 3065bd0

Browse files
committed
Fixing other typos
1 parent 6626495 commit 3065bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ var converter = require('json-2-csv');
2727

2828
#### json2csv(array, callback, options)
2929

30-
* `callback` - A function of the form `function (err, csv)`; This function will receive any errors and/or the array of JSON documents generated.
31-
* `csv` - A string of CSV
30+
* `array` - An array of JSON documents to be converted to CSV.
31+
* `callback` - A function of the form `function (err, csv)`; This function will receive any errors and/or the string of CSV generated.
3232
* `options` - (Optional) A JSON document specifying any of {`DELIMITER`, `EOL`, `PARSE_CSV_NUMBERS`}
3333
* `DELIMITER` - Document - Specifies the different types of delimiters
3434
* `FIELD` - String - Field Delimiter. Default: `','`

0 commit comments

Comments
 (0)