Skip to content

Commit e8f54bf

Browse files
committed
Merge pull request brianc#652 from pierrerochard/patch-1
Small typo
2 parents 759d94f + b1269b3 commit e8f54bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Documentation is a work in progress primarily taking place on the github WIKI
7979

8080
## Native Bindings
8181

82-
node-postgres contains a pure JavaScript driver and also exposes JavaScript bindings to libpq. You can use either interface. I personally use the JavaScript bindings as the are quite fast, and I like having everything implemented in JavaScript.
82+
node-postgres contains a pure JavaScript driver and also exposes JavaScript bindings to libpq. You can use either interface. I personally use the JavaScript bindings as they are quite fast, and I like having everything implemented in JavaScript.
8383

8484
To use native libpq bindings replace `require('pg')` with `require('pg').native`. If you __do not__ need or want the native bindings at all, consider using [node-postgres-pure](https://github.com/brianc/node-postgres-pure) instead which does not include them.
8585

0 commit comments

Comments
 (0)