Skip to content

Commit 5f0b7ce

Browse files
sampsakuronenThomWright
authored andcommitted
Fix syntax error in readme
1 parent 334994d commit 5f0b7ce

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
@@ -22,7 +22,7 @@ import {createDb, migrate} from "postgres-migrations"
2222

2323
async function() {
2424
const dbConfig = {
25-
database: "database-name"
25+
database: "database-name",
2626
user: "postgres",
2727
password: "password",
2828
host: "localhost",

0 commit comments

Comments
 (0)