Skip to content

Commit c88aa5d

Browse files
committed
Merge branch 'master' of https://github.com/brianc/node-postgres
2 parents 3bb9899 + fb5ecd8 commit c88aa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fully TDD and with lots of love.
3131

3232
### Whirlwind tour
3333

34-
var Client = require('node-postgres').Client;
34+
var Client = require('pg').Client;
3535
var client = new Client({
3636
user: 'brianc',
3737
database: 'test',

0 commit comments

Comments
 (0)