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 @@ -101,7 +101,7 @@ with seed values `L_0 = 2` and `L_{-1} = -1`.
101
101
To use in Observable,
102
102
103
103
``` javascript
104
- iterNegaLucasSeq = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-sequences-negalucas@umd/browser.js' )
104
+ iterNegaLucasSeq = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-sequences-negalucas@v0.2.1- umd/browser.js' )
105
105
```
106
106
107
107
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -113,7 +113,7 @@ var iterNegaLucasSeq = require( 'path/to/vendor/umd/math-iter-sequences-negaluca
113
113
To include the bundle in a webpage,
114
114
115
115
``` html
116
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-sequences-negalucas@umd/browser.js" ></script >
116
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-sequences-negalucas@v0.2.1- umd/browser.js" ></script >
117
117
```
118
118
119
119
If no recognized module system is present, access bundle contents via the global scope:
@@ -202,7 +202,7 @@ var bool = it.next().done;
202
202
<!DOCTYPE html>
203
203
<html lang =" en" >
204
204
<body >
205
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-sequences-negalucas@umd/browser.js" ></script >
205
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-sequences-negalucas@v0.2.1- umd/browser.js" ></script >
206
206
<script type =" text/javascript" >
207
207
(function () {
208
208
You can’t perform that action at this time.
0 commit comments