File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
To use in Observable,
53
53
54
54
``` javascript
55
- iterawln = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-awln@umd/browser.js' )
55
+ iterawln = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-awln@v0.1.0- umd/browser.js' )
56
56
```
57
57
58
58
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -64,7 +64,7 @@ var iterawln = require( 'path/to/vendor/umd/simulate-iter-awln/index.js' )
64
64
To include the bundle in a webpage,
65
65
66
66
``` html
67
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-awln@umd/browser.js" ></script >
67
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-awln@v0.1.0- umd/browser.js" ></script >
68
68
```
69
69
70
70
If no recognized module system is present, access bundle contents via the global scope:
@@ -208,7 +208,7 @@ var bool = ( it1.next().value === it2.next().value );
208
208
<html lang =" en" >
209
209
<body >
210
210
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-sine-wave@umd/browser.js" ></script >
211
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-awln@umd/browser.js" ></script >
211
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-awln@v0.1.0- umd/browser.js" ></script >
212
212
<script type =" text/javascript" >
213
213
(function () {
214
214
You can’t perform that action at this time.
0 commit comments