We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fc569 commit 4dc7991Copy full SHA for 4dc7991
intro.md
@@ -203,10 +203,8 @@ Usage:
203
</script>
204
```
205
206
-The `async.js` UMD file can be found in the `dist` subfolder, along with minified
207
-version, `async.min.js`, and the source map, `async.min.map`. Async can also be
208
-included through a CDN, such as [jsdelivr](http://www.jsdelivr.com). The CDN links
209
-for the above files can be found at [http://www.jsdelivr.com/projects/async](http://www.jsdelivr.com/projects/async).
+The portable versions of async, including `async.js` and `async.min.js`, are
+included in the `/dist` folder. Async can also be found on the [jsDelivr CDN](http://www.jsdelivr.com/projects/async).
210
211
### ES Modules
212
0 commit comments