Skip to content

Commit

Permalink
Update README.md (#1247)
Browse files Browse the repository at this point in the history
grammar fix
  • Loading branch information
ryhamz authored and brianc committed Mar 20, 2017
1 parent 4fae7a9 commit 549404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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);

Expand Down

0 comments on commit 549404e

Please sign in to comment.