Skip to content

Commit 4a87e85

Browse files
committed
Revise text around the jQueryPluginCommonJS item.
1 parent 0893598 commit 4a87e85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ The UMD pattern typically attempts to offer compatibility with the most popular
3131
Defines a jQuery plugin that works with AMD and browser globals.
3232
* [jqueryPluginCommonjs.js](https://github.com/umdjs/umd/blob/master/jqueryPluginCommonjs.js) -
3333
Defines a jQuery plugin that works with AMD and browser globals, but also in
34-
a CommonJS environment. However, jQuery is unlikely to run in most CommonJS
35-
environments, so only use this version if you know you are targeting a CommonJS
36-
environment that can load jQuery appropriately.
34+
a CommonJS environment. Use this version if you are running jQuery (or the [jquip](https://github.com/mythz/jquip) or [jquery-untouched](https://npmjs.org/package/jquery-untouched) projects) in a CommonJS environment that can load jQuery appropriately.
3735

3836
####AMD with simple Node/CommonJS adapter
3937

0 commit comments

Comments
 (0)