Skip to content

Commit

Permalink
Update npm install intruction in README. Close #67
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsednaoui committed Oct 4, 2014
1 parent a1842fb commit 17e2a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You have a few options to choose from:
- Download the [minified](build/ouibounce.min.js) or [unminified](build/ouibounce.js) script and include it on your page
- Get Ouibounce from [cdnjs.com](http://cdnjs.com/libraries/ouibounce/)
- Use Bower: `curl http://bower.herokuapp.com/packages/ouibounce`
- Use NPM: `npm install git://github.com/carlsednaoui/ouibounce.git`
- Use NPM: `npm install ouibounce`

_Note_: Ouibounce is wrapped by a [umd wrapper](https://github.com/ForbesLindesay/umd), so if you are using _requirejs/amd_ or _commonjs/browserify_, it will still work fine.

Expand Down

0 comments on commit 17e2a68

Please sign in to comment.