1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +00:00

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
{
"type": "postgres",
"connectionUrl": "postgres://user:password@host:5432/database
"connectionUrl": "postgres://user:password@host:5432/database"
}
```