From 549404e21edd2a89c42ad7b9630e120c7b1cae1d Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Tue, 21 Mar 2017 01:00:57 +0800 Subject: [PATCH] Update README.md (#1247) grammar fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2901ee686..6bb0fe0e9 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ var config = { //this initializes a connection pool -//it will keep idle connections open for a 30 seconds +//it will keep idle connections open for 30 seconds //and set a limit of maximum 10 idle clients var pool = new pg.Pool(config);