Skip to content

Commit a2f6b91

Browse files
committed
Fix text in README
1 parent a77ae06 commit a2f6b91

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
@@ -195,7 +195,7 @@ A migration file must match the following pattern:
195195
| id | Any integer or left zero integers | Consecutive integer ID. <br />**Must start from 1 and be consecutive, e.g. if you have migrations 1-4, the next one must be 5.** |
196196
| separator | `_` or `-` or nothing | |
197197
| name | Any length text | |
198-
| extension | `.sql` or `.js` | File extensions supported **not case sensitive** |
198+
| extension | `.sql` or `.js` | File extensions supported. **Case insensitive.** |
199199

200200
Example:
201201

0 commit comments

Comments
 (0)