Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Note that this preset doesn't come with map/reduce (i.e. the `query()` API). If
var PouchDB = require('pouchdb-http')
.plugin(require('pouchdb-mapreduce'));
```
Also note that pouchdb-mapreduce has had a major version bump, so you need to use the version 6 release to match pouchdb-http.
```bash
npm install pouchdb-mapreduce@^6
```


For full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/). For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html).
For full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/). For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html).