Skip to content

Commit 3ebb247

Browse files
authored
Fix column separator character in README
1 parent 49e768f commit 3ebb247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Configuring is done via constructor parameters:
7575

7676
```c#
7777
var myExport = new CsvExport(
78-
columnSeparator: ",",
78+
columnSeparator: ',',
7979
includeColumnSeparatorDefinitionPreamble: true, //Excel wants this in CSV files
8080
includeHeaderRow: true
8181
);

0 commit comments

Comments
 (0)