From 42eccfb07db512178d4d85780354ede3d9d86787 Mon Sep 17 00:00:00 2001 From: Paper Leaf Design Date: Thu, 19 Feb 2015 08:21:53 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c254058..efe0ea1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Good question. Here's why Alton rules: Scrolljacking basically means we replace native scrolling (what you're used to) with targeted scrolling: when the user initiates a scroll, either with their mouse or keyboard, scrolljacking takes them to an exact vertical point on the screen (for example, the top of the next content container). When done properly, scrolljacking can be a part of a unique, enjoyable online experience. ## Compatibility ## -This plugin has been tested on IE9+ and with jQuery 1.7+. Anything less and you're on your own – sorry! +This plugin has been tested on IE9+ and with jQuery 1.7+. Anything less and you're on your own for now – sorry! ## Demos ## In case you missed the links above, here are a few demos showing the different ways Alton can be used. You can also take a quick peek under the hood there to see exactly how we're implementing it.