Skip to content

Commit 67b6798

Browse files
committed
Merge pull request #4 from acusti/patch-1
Update comment about IE6-8 based on new jQuery minor version
2 parents 5b14d76 + 5916174 commit 67b6798

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)