From fb5ecd8bc6927fae139257ca99d28837c3b8ed1c Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Wed, 3 Nov 2010 12:02:55 -0700 Subject: [PATCH] tweak readme to reflect require path from npm install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',