Skip to content

Commit

Permalink
docs(readme): add missing plugin call to example
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Apr 20, 2015
1 parent d8e18cf commit 28fa477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -69,7 +69,7 @@ Attach this plugin to the `PouchDB` object:

```js
var PouchDB = require('pouchdb')
PouchDB(require('pouchdb-hoodie-api'))
PouchDB.plugin(require('pouchdb-hoodie-api'))
```

#### In the browser
Expand Down

0 comments on commit 28fa477

Please sign in to comment.