Skip to content

Commit c14f3f8

Browse files
committed
Update README.md for UMD bundle v0.2.1
1 parent e9fbc02 commit c14f3f8

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
@@ -101,7 +101,7 @@ with seed values `L_0 = 2` and `L_{-1} = -1`.
101101
To use in Observable,
102102

103103
```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' )
105105
```
106106

107107
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
113113
To include the bundle in a webpage,
114114

115115
```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>
117117
```
118118

119119
If no recognized module system is present, access bundle contents via the global scope:
@@ -202,7 +202,7 @@ var bool = it.next().done;
202202
<!DOCTYPE html>
203203
<html lang="en">
204204
<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>
206206
<script type="text/javascript">
207207
(function () {
208208

0 commit comments

Comments
 (0)