diff --git a/README.md b/README.md index a35d447..257af53 100644 --- a/README.md +++ b/README.md @@ -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',