Permalink
Browse files

Make header_row specification more detailed

  • Loading branch information...
1 parent 6a6e80a commit 06ebb35d8411adb8dd2f749e11522a6d9ebff1b7 @waldoj waldoj committed Mar 11, 2014
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
View
@@ -39,7 +39,7 @@ Arguments
* `sort`: field to sort by (optional)
* `sort_dir`: direction to sort, either `asc` or `desc` (default `asc`)
* any field(s): may pass any fields as a key/value pair to filter by
-* `header_row`: whether the source CSV has a header row (default `y`); if missing, it will automatically assign field names (`field_1`, `field_2`, etc.)
+* `header_row`: whether the source CSV has a header row; if missing, it will automatically assign field names (`field_1`, `field_2`, etc.); either `n` or `y` (default `y`)
Example Usage
-------------

0 comments on commit 06ebb35

Please sign in to comment.