Skip to content

Commit 4dc7991

Browse files
committed
docs-intro: made UMD file location note more concise @megawac
1 parent 71fc569 commit 4dc7991

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

intro.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,8 @@ Usage:
203203
</script>
204204
```
205205

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).
206+
The portable versions of async, including `async.js` and `async.min.js`, are
207+
included in the `/dist` folder. Async can also be found on the [jsDelivr CDN](http://www.jsdelivr.com/projects/async).
210208

211209
### ES Modules
212210

0 commit comments

Comments
 (0)