Skip to content

Commit 83c1c9c

Browse files
committed
Update the docs a bit.
1 parent 50a92b7 commit 83c1c9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# PostgreSQL for Javascript
22

33
This library is a implementation of the PostgreSQL backend/frontend protocol in javascript.
4-
It uses the node.js tcp and event libraries. A javascript md5 library is included for servers that require md5 password hashing.
4+
It uses the node.js tcp and event libraries. A javascript md5 library is included for servers that require md5 password hashing (this is default).
55

66
## Example use
77

8-
node.mixin(include('md5.js'));
98
var Postgres = require('postgres.js');
109

1110
function onLoad() {

0 commit comments

Comments
 (0)