Skip to content

Commit 4cd6be8

Browse files
authored
Merge pull request #41 from gypsydave5/patch-1
typo in Readme
2 parents 1f43204 + 2f78d02 commit 4cd6be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Directives allow you to customise the behaviour of migrations. You can specify d
249249
1. Programatically via marv.scan
250250

251251
```js
252-
const migrations = await marv.scan(directory, { filter: /\.sql$/ }, { directives: { audit: false } });
252+
const migrations = await marv.scan(directory, { filter: /\.sql$/, directives: { audit: false } });
253253
```
254254

255255
1. Via .marvrc

0 commit comments

Comments
 (0)