File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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- Float64Array = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@umd/browser.js' )
57+ Float64Array = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.2- 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 Float64Array = require( 'path/to/vendor/umd/array-float64/index.js' )
6666To include the bundle in a webpage,
6767
6868``` html
69- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@umd/browser.js" ></script >
69+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.2- umd/browser.js" ></script >
7070```
7171
7272If no recognized module system is present, access bundle contents via the global scope:
@@ -1441,7 +1441,7 @@ var bool = it.next().done;
14411441<html lang =" en" >
14421442<body >
14431443<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js" ></script >
1444- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@umd/browser.js" ></script >
1444+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.2- umd/browser.js" ></script >
14451445<script type =" text/javascript" >
14461446(function () {
14471447
You can’t perform that action at this time.
0 commit comments