Skip to content

Commit

Permalink
Fix syntax error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsakuronen authored and ThomWright committed Feb 17, 2020
1 parent 334994d commit 5f0b7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {createDb, migrate} from "postgres-migrations"

async function() {
const dbConfig = {
database: "database-name"
database: "database-name",
user: "postgres",
password: "password",
host: "localhost",
Expand Down

0 comments on commit 5f0b7ce

Please sign in to comment.