Skip to content

Commit

Permalink
Added Browserify and Ender install options
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 19, 2013
1 parent 9c710f7 commit 5e7fc75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -61,12 +61,20 @@ Tested and working against:
- Use: `require('query-engine')`
- Install: `npm install --save query-engine`

<!-- /INSTALL -->
### [Browserify](http://browserify.org/)
- Use: `require('query-engine')`
- Install: `npm install --save query-engine`
- CDN URL: `//wzrd.in/bundle/query-engine@1.5.6`

### [Ender](http://ender.jit.su/)
- Use: `require('query-engine')`
- Install: `ender add query-engine`

<!-- /INSTALL -->

### Direct
- Use: `window.queryEngine` or `window.QueryEngine` whichever you prefer
- Install: http://bevry.github.io/query-engine/lib/query-engine.js
- CDN URL: http://bevry.github.io/query-engine/lib/query-engine.js


<!-- HISTORY/ -->
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -28,6 +28,7 @@
"filtering",
"collections"
],
"browsers": true,
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"sponsors": [
"BugHerd <support@bugherd.com> (http://bugherd.com/)"
Expand Down

0 comments on commit 5e7fc75

Please sign in to comment.