diff --git a/README.md b/README.md index 90526c6..dbdaf16 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ async function() { ...dbConfig, defaultDatabase: "postgres", // defaults to "postgres" }) - await migrate(dbConfig, "path/to/migration/files") + await migrate(dbConfig, "path/to/migration/files", { logger: console.log }) } ```