Skip to content

Commit 5916174

Browse files
committed
Update comment about IE6-8 based on new jQuery minor version
- 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
1 parent 5b14d76 commit 5916174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If the plugins you use all call [define()](http://requirejs.org/docs/api.html#de
77

88
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.
99

10-
**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.
10+
**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.
1111

1212
###Project structure
1313

0 commit comments

Comments
 (0)