Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
docs(readme): add Browserify note
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed May 22, 2015
1 parent 643c3c0 commit b78d021
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -220,6 +220,16 @@ For further tips and tricks, see [CouchDB Best Practices][best-practices].

[best-practices]: http://docs.ehealthafrica.org/couchdb-best-practices/

### Can this be used with Browserify?

Yes! For example:

```js
require('angular').module('app', [
require('angular-pouchdb')
]);
```

## Authors

* © 2013-2014 Wilfred Springer <http://nxt.flotsam.nl>
Expand Down

0 comments on commit b78d021

Please sign in to comment.