diff --git a/README.markdown b/README.markdown index 4853e06cd..a24321f76 100644 --- a/README.markdown +++ b/README.markdown @@ -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 ```