Smaller typo

This commit is contained in:
PangeaCake 2015-01-07 14:30:12 -08:00
parent e93f98112b
commit 360b325ced

View file

@ -123,7 +123,7 @@ Once you've done that, your config section should look like:
``` json ``` json
{ {
"type": "postgres", "type": "postgres",
"connectionUrl": "postgres://user:password@host:5432/database "connectionUrl": "postgres://user:password@host:5432/database"
} }
``` ```