From 899b155746630c32d83ee29a38642da16b314ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 4 Oct 2018 13:04:48 -0700 Subject: [PATCH] Add note about UMD dist file Ref. #666 [ci skip] --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 378848d..06cbd90 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ replacement for most uses of XMLHttpRequest in traditional web applications. npm install whatwg-fetch --save ``` +As an alternative to using npm, you can obtain `fetch.umd.js` from the +[Releases][] section. The UMD distribution is compatible with AMD and CommonJS +module loaders, as well as loading directly into a page via `