This commit is contained in:
brianc 2010-11-04 00:26:37 -05:00
commit c88aa5daf0

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',