Skip to content

Commit

Permalink
docs(README): example with pouchdb-mapreduce (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswestnz authored and gr2m committed Oct 13, 2016
1 parent 6248663 commit 0d1a442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
```js
var Hapi = require('hapi')
var hoodie = require('@hoodie/server').register
var PouchDB = require('pouchdb-core').plugin(require('pouchdb-adapter-memory'))
var PouchDB = require('pouchdb-core').plugin(require('pouchdb-mapreduce')).plugin(require('pouchdb-adapter-memory'))

var server = new Hapi.Server()
server.connection({
Expand Down

0 comments on commit 0d1a442

Please sign in to comment.