Skip to content

Commit fb2593c

Browse files
committed
Update README.md
1 parent 57be8f7 commit fb2593c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ ngCsv attributes
2121
----------------
2222
* ng-csv: The data array
2323
* filename: The filename that will be stored on the user's computer
24-
* csv-header: If provided, would use this attribute to create a header line
24+
* csv-header: If provided, would use this attribute to create a header row
25+
2526
```html
2627
<button type="button" ng-csv="getArray()" csv-header="['Field A', 'Field B', 'Field C']" filename="test.csv">Export</button>
2728
```
29+
2830
* field-separator: Defines the field separator character (default is)
2931
* text-delimiter: If provided, will use this characters to "escape" string values
3032

0 commit comments

Comments
 (0)