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 @@ -50,7 +50,7 @@ limitations under the License.
5050To use in Observable,
5151
5252``` javascript
53- strided2array5d = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@umd/browser.js' )
53+ strided2array5d = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@v0.2.1- umd/browser.js' )
5454```
5555
5656To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -62,7 +62,7 @@ var strided2array5d = require( 'path/to/vendor/umd/array-base-strided2array5d/in
6262To include the bundle in a webpage,
6363
6464``` html
65- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@umd/browser.js" ></script >
65+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@v0.2.1- umd/browser.js" ></script >
6666```
6767
6868If no recognized module system is present, access bundle contents via the global scope:
@@ -123,7 +123,7 @@ The function accepts the following arguments:
123123<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@umd/browser.js" ></script >
124124<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-numel@umd/browser.js" ></script >
125125<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-shape2strides@umd/browser.js" ></script >
126- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@umd/browser.js" ></script >
126+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-strided2array5d@v0.2.1- umd/browser.js" ></script >
127127<script type =" text/javascript" >
128128(function () {
129129
You can’t perform that action at this time.
0 commit comments