Skip to content

Commit 2ad1ad4

Browse files
committed
Update README.md
1 parent b9f103d commit 2ad1ad4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ client.connect(function(err) {
3535
console.log(result.rows[0].theTime);
3636
//output: Tue Jan 15 2013 19:12:47 GMT-600 (CST)
3737
client.end();
38-
})
38+
});
3939
});
4040

4141
```
@@ -65,6 +65,7 @@ pg.connect(conString, function(err, client, done) {
6565
//output: 1
6666
});
6767
});
68+
6869
```
6970

7071
## Documentation
@@ -81,7 +82,6 @@ To use native libpq bindings replace `require('pg')` with `require('pg').native`
8182

8283
The two share the same interface so __no other code changes should be required__. If you find yourself having to change code other than the require statement when switching from `pg` to `pg.native`, please report an issue.
8384

84-
8585
## Features
8686

8787
* pure JavaScript client and native libpq bindings share _the same api_
@@ -121,7 +121,8 @@ Usually I'll pop the code into the repo as a test. Hopefully the test fails. T
121121

122122
If you need help or run into _any_ issues getting node-postgres to work on your system please report a bug or contact me directly. I am usually available via google-talk at my github account public email address.
123123

124-
I usually tweet about any important status updates or changes to node-postgres. You can follow me [@briancarlson](https://twitter.com/briancarlson) to keep up to date.
124+
I usually tweet about any important status updates or changes to node-postgres.
125+
Follow me [@briancarlson](https://twitter.com/briancarlson) to keep up to date.
125126

126127

127128
## Extras

0 commit comments

Comments
 (0)