Skip to content

Commit 3f9962f

Browse files
committed
Update README.md for UMD bundle v0.2.0
1 parent ab02f74 commit 3f9962f

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
@@ -80,7 +80,7 @@ For large values, the scaled [complementary error function][complementary-error-
8080
To use in Observable,
8181

8282
```javascript
83-
erfcx = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@umd/browser.js' )
83+
erfcx = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@v0.2.0-umd/browser.js' )
8484
```
8585

8686
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -92,7 +92,7 @@ var erfcx = require( 'path/to/vendor/umd/math-base-special-erfcx/index.js' )
9292
To include the bundle in a webpage,
9393

9494
```html
95-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@umd/browser.js"></script>
95+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@v0.2.0-umd/browser.js"></script>
9696
```
9797

9898
If no recognized module system is present, access bundle contents via the global scope:
@@ -148,7 +148,7 @@ var y = erfcx( NaN );
148148
<html lang="en">
149149
<body>
150150
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-base-linspace@umd/browser.js"></script>
151-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@umd/browser.js"></script>
151+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@v0.2.0-umd/browser.js"></script>
152152
<script type="text/javascript">
153153
(function () {
154154

0 commit comments

Comments
 (0)