Skip to content

Commit b667b2d

Browse files
committed
doc
1 parent 30e4df8 commit b667b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ names in the CSV must match exactly table field names.
4444
`DROP_CREATE` is an optional path to a file of DDL statements to drop/create the
4545
table. If specified this will be run before inserting the data.
4646

47-
`INDEXES` is an option path to a file of DDL statements to drop/create indexes.
47+
`INDEXES` is an option path to a file of DDL statements to create indexes.
4848
If specified this will be run after inserting the data, since it's generally
4949
faster to insert data and then create indexes.
5050

0 commit comments

Comments
 (0)