Skip to content

Commit b9f98bd

Browse files
committed
docs: link cdn builds
1 parent 468939a commit b9f98bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs
88

99
- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
1010
- **Cross-platform** - Support for ...
11-
- CommonJS, [ECMAScript Modules](#ecmascript-modules) and UMD builds
11+
- CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds (UMD)](#cdn-builds-umd)
1212
- Node 8, 10, 12, 14
1313
- Chrome, Safari, Firefox, Edge, IE 11 browsers
1414
- Webpack and rollup.js module bundlers
@@ -327,7 +327,7 @@ To run the examples you must first create a dist build of this library in the mo
327327
npm run build
328328
```
329329

330-
## CDN versions
330+
## CDN Builds (UMD)
331331

332332
This module may be loaded directly into a browser from any of the following CDNs:
333333

README_js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs
2020

2121
- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
2222
- **Cross-platform** - Support for ...
23-
- CommonJS, [ECMAScript Modules](#ecmascript-modules) and UMD builds
23+
- CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds (UMD)](#cdn-builds-umd)
2424
- Node 8, 10, 12, 14
2525
- Chrome, Safari, Firefox, Edge, IE 11 browsers
2626
- Webpack and rollup.js module bundlers
@@ -316,7 +316,7 @@ To run the examples you must first create a dist build of this library in the mo
316316
npm run build
317317
```
318318

319-
## CDN versions
319+
## CDN Builds (UMD)
320320

321321
This module may be loaded directly into a browser from any of the following CDNs:
322322

0 commit comments

Comments
 (0)