Skip to content

Commit dfefe36

Browse files
committed
Update README.md for UMD bundle v0.2.1
1 parent 11f0847 commit dfefe36

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
@@ -56,7 +56,7 @@ limitations under the License.
5656
To use in Observable,
5757

5858
```javascript
59-
ndarray = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@umd/browser.js' )
59+
ndarray = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@v0.2.1-umd/browser.js' )
6060
```
6161

6262
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -68,7 +68,7 @@ var ndarray = require( 'path/to/vendor/umd/ndarray-ctor/index.js' )
6868
To include the bundle in a webpage,
6969

7070
```html
71-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@umd/browser.js"></script>
71+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@v0.2.1-umd/browser.js"></script>
7272
```
7373

7474
If no recognized module system is present, access bundle contents via the global scope:
@@ -689,7 +689,7 @@ The method does **not** serialize data outside of the buffer region defined by t
689689
<html lang="en">
690690
<body>
691691
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@umd/browser.js"></script>
692-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@umd/browser.js"></script>
692+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@v0.2.1-umd/browser.js"></script>
693693
<script type="text/javascript">
694694
(function () {
695695

0 commit comments

Comments
 (0)