From 66ec889021a95bbc9a6a8957f82d7ee890866bcc Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Mon, 20 Aug 2018 16:51:24 -0700 Subject: [PATCH] fix(readme): Don't imply that dist is checked into git --- packages/optimizely-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/optimizely-sdk/README.md b/packages/optimizely-sdk/README.md index a1b3a56fa..88e0af9a3 100644 --- a/packages/optimizely-sdk/README.md +++ b/packages/optimizely-sdk/README.md @@ -38,7 +38,7 @@ The package's entry point is a CommonJS module, which can be used directly in en ``` -When evaluated, that bundle assigns the SDK's exports to `window.optimizelySdk`. If you wish to use the asset locally (for example, if unpkg is down), you can find it in your local copy of the package at dist/optimizely.browser.umd.min.js, or [here in GitHub](./dist/optimizely.browser.umd.min.js). +When evaluated, that bundle assigns the SDK's exports to `window.optimizelySdk`. If you wish to use the asset locally (for example, if unpkg is down), you can find it in your local copy of the package at dist/optimizely.browser.umd.min.js. Regarding `EventDispatcher`s: In Node.js and browser environments, the default `EventDispatcher` is powered by the [`http/s`](https://nodejs.org/api/http.html) modules and by [`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#Browser_compatibility), respectively. In all other environments, you must supply your own `EventDispatcher`.