From 9d2c1e378c071f006100a7b8299071518a412b20 Mon Sep 17 00:00:00 2001 From: brianc Date: Thu, 28 Oct 2010 01:28:20 -0500 Subject: [PATCH] removed not-working readme code formatting. will test in private repo to stop clouding this history w/ trash --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4292e4b4..d4373e8a 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ only refactoring after tests are in place. Clone the repo. There are __no__ dependencies. -```bash + git clone git://github.com/brianc/node-postgres cd node-postgres node test/run.js -``` + And just like magic, you're ready to contribute! <3 I don't have _style guidelines_ or anything right now. I'm 100x more @@ -135,7 +135,7 @@ I'm still working on the API for prepared statements. Check out the tests for more up to date examples, but what I'm working towards is something like this: -```javascript + var client = new Client({ user: 'brian', database: 'test' @@ -151,7 +151,7 @@ something like this: }); query.on('end', function() { client.end() }); -``` + ## Testing The tests are split up into two different Unit test and