Skip to content

Commit

Permalink
code formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Oct 28, 2010
1 parent 61ebab4 commit 7729b2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -12,11 +12,11 @@ only refactoring after tests are in place.

Clone the repo. There are __no__ dependencies.

```bash
```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
Expand Down Expand Up @@ -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
```javascript
var client = new Client({
user: 'brian',
database: 'test'
Expand All @@ -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
Expand Down

0 comments on commit 7729b2d

Please sign in to comment.