Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Apr 23, 2015
1 parent fe69220 commit fc9885c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ Not implemented yet: `$regex`, `$in`, `$nin`, `$or`, `$not`, `$nor`, `$all`, `$e
Usage
------

To use this plugin, include it after `pouchdb.js` in your HTML page:
#### In the browser

To use this plugin in the browser, include it after `pouchdb.js` in your HTML page:

```html
<script src="pouchdb.js"></script>
Expand All @@ -38,6 +40,8 @@ You can also download it from Bower:
bower install pouchdb-find
```

#### In Node.js/Browserify

Or to use it in Node.js, just npm install it:

```
Expand Down

0 comments on commit fc9885c

Please sign in to comment.