Skip to content

Commit 0a54dfa

Browse files
committed
Merge pull request brianc#803 from KevinSjoberg/README-correction
Correction in README
2 parents 488b573 + 4ca38aa commit 0a54dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Generally you will access the PostgreSQL server through a pool of clients. A cl
2222
var pg = require('pg');
2323
var conString = "postgres://username:password@localhost/database";
2424

25-
//this starts initializes a connection pool
25+
//this initializes a connection pool
2626
//it will keep idle connections open for a (configurable) 30 seconds
2727
//and set a limit of 20 (also configurable)
2828
pg.connect(conString, function(err, client, done) {

0 commit comments

Comments
 (0)