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 @@ -54,7 +54,7 @@ limitations under the License.
5454To use in Observable,
5555
5656``` javascript
57- sliceDimensionTo = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-dimension-to@umd/browser.js' )
57+ sliceDimensionTo = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-dimension-to@v0.2.1- umd/browser.js' )
5858```
5959
6060To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -66,7 +66,7 @@ var sliceDimensionTo = require( 'path/to/vendor/umd/ndarray-slice-dimension-to/i
6666To include the bundle in a webpage,
6767
6868``` html
69- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-dimension-to@umd/browser.js" ></script >
69+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-dimension-to@v0.2.1- umd/browser.js" ></script >
7070```
7171
7272If no recognized module system is present, access bundle contents via the global scope:
@@ -181,7 +181,7 @@ arr = ndarray2array( y );
181181<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@umd/browser.js" ></script >
182182<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@umd/browser.js" ></script >
183183<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@umd/browser.js" ></script >
184- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-dimension-to@umd/browser.js" ></script >
184+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice-dimension-to@v0.2.1- umd/browser.js" ></script >
185185<script type =" text/javascript" >
186186(function () {
187187
You can’t perform that action at this time.
0 commit comments