Skip to content

Commit e4cd12b

Browse files
committed
Update README.md for UMD bundle v0.2.0
1 parent ddd6ee6 commit e4cd12b

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
@@ -73,7 +73,7 @@ where `τ` is the period, `a` is the amplitude, and `φ` is the phase offset.
7373
To use in Observable,
7474

7575
```javascript
76-
iterSquareWave = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-square-wave@umd/browser.js' )
76+
iterSquareWave = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-square-wave@v0.2.0-umd/browser.js' )
7777
```
7878

7979
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -85,7 +85,7 @@ var iterSquareWave = require( 'path/to/vendor/umd/simulate-iter-square-wave/inde
8585
To include the bundle in a webpage,
8686

8787
```html
88-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-square-wave@umd/browser.js"></script>
88+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-square-wave@v0.2.0-umd/browser.js"></script>
8989
```
9090

9191
If no recognized module system is present, access bundle contents via the global scope:
@@ -264,7 +264,7 @@ var bool = it.next().done;
264264
<!DOCTYPE html>
265265
<html lang="en">
266266
<body>
267-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-square-wave@umd/browser.js"></script>
267+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-square-wave@v0.2.0-umd/browser.js"></script>
268268
<script type="text/javascript">
269269
(function () {
270270

0 commit comments

Comments
 (0)