Smaller typo

This commit is contained in:
PangeaCake 2015-01-07 14:30:12 -08:00
parent e93f98112b
commit 360b325ced
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
```