Skip to content

Commit fb5ecd8

Browse files
committed
tweak readme to reflect require path from npm install
1 parent 836084d commit fb5ecd8

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)