tweak readme to reflect require path from npm install

This commit is contained in:
Brian Carlson 2010-11-03 12:02:55 -07:00
parent 836084db59
commit fb5ecd8bc6

View File

@ -31,7 +31,7 @@ fully TDD and with lots of love.
### Whirlwind tour
var Client = require('node-postgres').Client;
var Client = require('pg').Client;
var client = new Client({
user: 'brianc',
database: 'test',