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 @@ -56,7 +56,7 @@ limitations under the License.
56
56
To use in Observable,
57
57
58
58
``` 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' )
60
60
```
61
61
62
62
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' )
68
68
To include the bundle in a webpage,
69
69
70
70
``` 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 >
72
72
```
73
73
74
74
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
689
689
<html lang="en">
690
690
<body>
691
691
<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>
693
693
<script type="text/javascript">
694
694
(function () {
695
695
You can’t perform that action at this time.
0 commit comments