From 59161746128b7d16fbff674095963fa9a31b0cdf Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Thu, 8 Aug 2013 12:30:40 -0400 Subject: [PATCH] Update comment about IE6-8 based on new jQuery minor version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Make description more future-proof by substituting generic “1.x” description in place of “1.9” - Remove redundant final clause in the second sentence of the IE6-8 note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c14be..46cc8e6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If the plugins you use all call [define()](http://requirejs.org/docs/api.html#de The most important part of this example is the app.js file, which specifies the [shim configuration](http://requirejs.org/docs/api.html#config-shim) for the plugins. -**If you want IE6-8 support**, clone this repo, but replace the jQuery file with a jQuery 1.9 release. The jQuery 2 used in this project does not work with those browsers, a 1.9 release is needed. +**If you want IE6-8 support**, clone this repo, but replace the jQuery file with the latest jQuery 1.x release. The jQuery 2 file used in this project does not work with those browsers. ###Project structure