From 360b325cedba2266dc5329aebeba72c41e7a93d3 Mon Sep 17 00:00:00 2001 From: PangeaCake Date: Wed, 7 Jan 2015 14:30:12 -0800 Subject: [PATCH] Smaller typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ```