summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2016-11-24 23:41:17 -0500
committerHubert Argasinski <argasinski.hubert@gmail.com>2016-11-24 23:41:17 -0500
commit71fc5693c62f31d2545121e535d6406c387a3dae (patch)
tree8dde4f1ba21a00582b636a6ef87147401e9c4e98
parent8ac2fd0c28670f5fafe4c6ba822e1d379f277df9 (diff)
downloadasync-71fc5693c62f31d2545121e535d6406c387a3dae.tar.gz
docs-intro: added note about UMD file location
-rw-r--r--intro.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/intro.md b/intro.md
index aad98ab..ff5e348 100644
--- a/intro.md
+++ b/intro.md
@@ -203,6 +203,11 @@ Usage:
</script>
```
+The `async.js` UMD file can be found in the `dist` subfolder, along with minified
+version, `async.min.js`, and the source map, `async.min.map`. Async can also be
+included through a CDN, such as [jsdelivr](http://www.jsdelivr.com). The CDN links
+for the above files can be found at [http://www.jsdelivr.com/projects/async](http://www.jsdelivr.com/projects/async).
+
### ES Modules
We also provide async as a collection of ES2015 modules, in an alternative `async-es` package on npm.