Skip to content

Commit

Permalink
Gives example of plugin import.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Dominguez committed Aug 25, 2015
1 parent 6c6aa0f commit 108a565
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ To learn more about how CouchDB sync works, check out [the PouchDB guide to repl

With PouchDB, you also get access to a whole host of [PouchDB plugins](http://pouchdb.com/external.html).

For example, to use the `pouchdb-authentication` plugin, follow the install instructions and import it in your `Brocfile.js`:
```js
app.import('bower_components/pouchdb-authentication/dist/pouchdb.authentication.js');
```

### Relational Pouch

Ember Pouch is really just a thin layer of Ember-y goodness over [Relational Pouch](https://github.com/nolanlawson/relational-pouch). Before you file an issue, check to see if it's more appropriate to file over there.
Expand Down

0 comments on commit 108a565

Please sign in to comment.