From 2b87032fada52365ed9b2cbacfa762f08b0fd3ed Mon Sep 17 00:00:00 2001 From: Andrew Dunkman Date: Mon, 20 Aug 2012 13:04:55 -0500 Subject: [PATCH] Updated README to point to github pages-hosted test file. --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 9efc3c754..1054d7268 100644 --- a/README.markdown +++ b/README.markdown @@ -16,6 +16,8 @@ Here is an example of using both the bind and helper method syntax. console.log(delta, deltaX, deltaY); }); +## See it in action +[See the tests on Github](http://brandonaaron.github.com/jquery-mousewheel/test) or navigate to `test/index.html` in your browser. ## License