Merge pull request #75 from XhmikosR/master

Update README.markdown.
This commit is contained in:
Brandon Aaron
2013-10-18 08:44:02 -07:00
+2 -2
View File
@@ -22,13 +22,13 @@ $('#my_elem').mousewheel(function(event, delta, deltaX, deltaY) {
```
## See it in action
[See the tests on Github](http://brandonaaron.github.com/jquery-mousewheel/test).
[See the tests on Github](http://brandonaaron.github.io/jquery-mousewheel/test).
## Using with [Browserify](http://browserify.org)
Support for browserify is baked in.
```js
```bash
npm install jquery-mousewheel
npm install jquery-browserify
```