diff --git a/README.md b/README.md index 3753f0d..1e14f26 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Once you've done that, your config section should look like: ``` json { "type": "postgres", - "connectionUrl": "postgres://user:password@host:5432/database + "connectionUrl": "postgres://user:password@host:5432/database" } ```