Skip to content

Commit b68ce5d

Browse files
committed
Updates to README
1 parent 6ef03a0 commit b68ce5d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
# Waterline CouchDB Adapter
44

5-
Waterline adapter for CouchDB.
5+
[Waterline](https://github.com/balderdashy/waterline) adapter for CouchDB.
6+
7+
## Versions
8+
9+
The 0.9.x version of this adapter is maintained in a branch available here: https://github.com/balderdashy/waterline
10+
11+
The 0.10.x version of this adapter is maintained on the master branch.
612

713
## Install
814

@@ -54,6 +60,7 @@ var password = req.param('password');
5460
Users.authenticate(username, password, function(err, sessionId, username, roles) {
5561
// ...
5662
});
63+
```
5764

5865

5966
#### Session

0 commit comments

Comments
 (0)