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 @@ -52,7 +52,7 @@ limitations under the License.
5252To use in Observable,
5353
5454``` javascript
55- itermaxabs = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@umd/browser.js' )
55+ itermaxabs = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@v0.2.0- umd/browser.js' )
5656```
5757
5858To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -64,7 +64,7 @@ var itermaxabs = require( 'path/to/vendor/umd/stats-iter-maxabs/index.js' )
6464To include the bundle in a webpage,
6565
6666``` html
67- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@umd/browser.js" ></script >
67+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@v0.2.0- umd/browser.js" ></script >
6868```
6969
7070If no recognized module system is present, access bundle contents via the global scope:
@@ -119,7 +119,7 @@ var m = itermaxabs( arr );
119119<html lang =" en" >
120120<body >
121121<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-uniform@umd/browser.js" ></script >
122- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@umd/browser.js" ></script >
122+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@v0.2.0- umd/browser.js" ></script >
123123<script type =" text/javascript" >
124124(function () {
125125
You can’t perform that action at this time.
0 commit comments