Skip to content

Commit

Permalink
Merge pull request #8 from editor/master
Browse files Browse the repository at this point in the history
Fixes small typo in Readme
  • Loading branch information
jrburke committed Mar 16, 2013
2 parents d0eb2a0 + ff55c44 commit 77f8193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ RequireJS files as they are released.

With RequireJS, scripts can load in a different order than the order they are specified.
This can cause problems for jQuery plugins that assume jQuery is already loaded.
Using the combined RequireJS + jQUery file makes sure jQuery is in the page before
Using the combined RequireJS + jQuery file makes sure jQuery is in the page before
any jQuery plugins load.

However, the ideal use of jQuery with RequireJS is to load it as a module, since
Expand Down

0 comments on commit 77f8193

Please sign in to comment.