From 72e514b0eceec648938682e8394200b09f87bb4b Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 16 Sep 2013 18:50:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b61519c..f47f12b2 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ some-global.js: Global script dependencies can be set using the [dependency configuration](#dependency-configuration). The global variables declared by any dependencies will then be present on the global object. -When setting global script dependencies, the globals are carefully stored and retrieved so that multiple versions of the same global name can be used by different global scripts (for example having multiple versions of jQuery). Globals never actually touch the `window` object directly, they get a carefully managed global object passed into them ensuring the `window` object remains unchanged. +When setting global script dependencies, the globals are carefully stored and retrieved so that multiple versions of the same global name can be used by different global scripts (for example having multiple versions of jQuery). ### Loading CommonJS & AMD