Update README.md (#1247)

grammar fix
This commit is contained in:
Ryan Hamilton 2017-03-21 01:00:57 +08:00 committed by Brian C
parent 4fae7a9a7f
commit 549404e21e

View File

@ -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);