From fb2593c8b050b0ffe4f64b8d8f9202e30fc08948 Mon Sep 17 00:00:00 2001 From: Asaf David Date: Fri, 10 Jan 2014 18:57:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9204b44..91d35eb 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,12 @@ ngCsv attributes ---------------- * ng-csv: The data array * filename: The filename that will be stored on the user's computer -* csv-header: If provided, would use this attribute to create a header line +* csv-header: If provided, would use this attribute to create a header row + ```html ``` + * field-separator: Defines the field separator character (default is) * text-delimiter: If provided, will use this characters to "escape" string values