Skip to content

Commit d5b6f9e

Browse files
committed
Update README.markdown.
Use the new GitHub "io" domain.
1 parent 7246c14 commit d5b6f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ $('#my_elem').mousewheel(function(event, delta, deltaX, deltaY) {
2222
```
2323

2424
## See it in action
25-
[See the tests on Github](http://brandonaaron.github.com/jquery-mousewheel/test).
25+
[See the tests on Github](http://brandonaaron.github.io/jquery-mousewheel/test).
2626

2727
## Using with [Browserify](http://browserify.org)
2828

2929
Support for browserify is baked in.
3030

31-
```js
31+
```bash
3232
npm install jquery-mousewheel
3333
npm install jquery-browserify
3434
```

0 commit comments

Comments
 (0)