Skip to content

Commit 2f47aec

Browse files
committed
Update README.md for UMD bundle v0.2.0
1 parent 0b29eee commit 2f47aec

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
@@ -54,7 +54,7 @@ limitations under the License.
5454
To use in Observable,
5555

5656
```javascript
57-
Complex64 = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@umd/browser.js' )
57+
Complex64 = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@v0.2.0-umd/browser.js' )
5858
```
5959

6060
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -66,7 +66,7 @@ var Complex64 = require( 'path/to/vendor/umd/complex-float32/index.js' )
6666
To include the bundle in a webpage,
6767

6868
```html
69-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@umd/browser.js"></script>
69+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@v0.2.0-umd/browser.js"></script>
7070
```
7171

7272
If no recognized module system is present, access bundle contents via the global scope:
@@ -222,7 +222,7 @@ To [revive][mdn-json-parse] a `Complex64` number from a [JSON][json] `string`, s
222222
<!DOCTYPE html>
223223
<html lang="en">
224224
<body>
225-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@umd/browser.js"></script>
225+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@v0.2.0-umd/browser.js"></script>
226226
<script type="text/javascript">
227227
(function () {
228228

0 commit comments

Comments
 (0)