Skip to content

Commit 3713509

Browse files
committed
Update README.md for UMD bundle v0.2.2
1 parent 095b125 commit 3713509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ where `b` is the radix (base) and `p` is the precision (number of radix bits in
6767
To use in Observable,
6868

6969
```javascript
70-
FLOAT16_EPSILON = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@umd/browser.js' )
70+
FLOAT16_EPSILON = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@v0.2.2-umd/browser.js' )
7171
```
7272

7373
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -79,7 +79,7 @@ var FLOAT16_EPSILON = require( 'path/to/vendor/umd/constants-float16-eps/index.j
7979
To include the bundle in a webpage,
8080

8181
```html
82-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@umd/browser.js"></script>
82+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@v0.2.2-umd/browser.js"></script>
8383
```
8484

8585
If no recognized module system is present, access bundle contents via the global scope:
@@ -118,7 +118,7 @@ var bool = ( FLOAT16_EPSILON === 0.0009765625 );
118118
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-abs@umd/browser.js"></script>
119119
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-maxabs@umd/browser.js"></script>
120120
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js"></script>
121-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@umd/browser.js"></script>
121+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/constants-float16-eps@v0.2.2-umd/browser.js"></script>
122122
<script type="text/javascript">
123123
(function () {
124124

0 commit comments

Comments
 (0)