Skip to content

Commit a76ab86

Browse files
committed
[#27] Fixed wrong option description
1 parent 0d52cde commit a76ab86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ console.log(csvStringifier.stringifyRecords(records));
140140

141141
* recordDelimiter `<string>` (optional)
142142

143-
Default: `\n`. Only either comma `\n` or semicolon `\r\n` is allowed.
143+
Default: `\n`. Only either LF (`\n`) or CRLF (`\r\n`) is allowed.
144144

145145
* encoding `<string>` (optional)
146146

@@ -177,7 +177,7 @@ console.log(csvStringifier.stringifyRecords(records));
177177

178178
* recordDelimiter `<string>` (optional)
179179

180-
Default: `\n`. Only either comma `\n` or semicolon `\r\n` is allowed.
180+
Default: `\n`. Only either LF (`\n`) or CRLF (`\r\n`) is allowed.
181181

182182
* encoding `<string>` (optional)
183183

@@ -224,7 +224,7 @@ console.log(csvStringifier.stringifyRecords(records));
224224

225225
* recordDelimiter `<string>` (optional)
226226

227-
Default: `\n`. Only either comma `\n` or semicolon `\r\n` is allowed.
227+
Default: `\n`. Only either LF (`\n`) or CRLF (`\r\n`) is allowed.
228228

229229
##### Returns:
230230

@@ -261,7 +261,7 @@ console.log(csvStringifier.stringifyRecords(records));
261261

262262
* recordDelimiter `<string>` (optional)
263263

264-
Default: `\n`. Only either comma `\n` or semicolon `\r\n` is allowed.
264+
Default: `\n`. Only either LF (`\n`) or CRLF (`\r\n`) is allowed.
265265

266266
##### Returns:
267267

0 commit comments

Comments
 (0)