Skip to content

Commit 237ddc8

Browse files
committed
Update README.md
1 parent 8f39a16 commit 237ddc8

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
@@ -5,7 +5,7 @@ The exact same node-postgres module without any of the C/C++ stuff. If you're ju
55

66
## DEPRECATED
77

8-
node-postgres has been updated to make the native compilation and bindings an optional install. Sooo....this `pg.js` module is redundant - it's literally the exact same code as node-postgres now, so you should go install that instead. :smile:
8+
node-postgres has been updated to make [the native bindings & compile step an optional install](https://github.com/brianc/node-postgres#native-bindings). Sooo....this `pg.js` module is redundant - it's literally the exact same code as node-postgres now, so you should go install that instead. :smile:
99

1010
There's no work involved in switching other than changing `pg.js` -> `pg` in your package.json and in your code whenever you `require('pg.js')` -> `require('pg')`. :thumbsup:
1111

0 commit comments

Comments
 (0)