We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 488b573 + 4ca38aa commit 0a54dfaCopy full SHA for 0a54dfa
README.md
@@ -22,7 +22,7 @@ Generally you will access the PostgreSQL server through a pool of clients. A cl
22
var pg = require('pg');
23
var conString = "postgres://username:password@localhost/database";
24
25
-//this starts initializes a connection pool
+//this initializes a connection pool
26
//it will keep idle connections open for a (configurable) 30 seconds
27
//and set a limit of 20 (also configurable)
28
pg.connect(conString, function(err, client, done) {
0 commit comments