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 @@ -65,7 +65,7 @@ s = \sqrt{\frac{1}{n-1} \sum_{i=0}^{n-1} ( x_i - \bar{x} )^2}
6565To use in Observable,
6666
6767``` javascript
68- incrstdev = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@umd/browser.js' )
68+ incrstdev = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@v0.2.0- umd/browser.js' )
6969```
7070
7171To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -77,7 +77,7 @@ var incrstdev = require( 'path/to/vendor/umd/stats-incr-stdev/index.js' )
7777To include the bundle in a webpage,
7878
7979``` html
80- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@umd/browser.js" ></script >
80+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@v0.2.0- umd/browser.js" ></script >
8181```
8282
8383If no recognized module system is present, access bundle contents via the global scope:
@@ -149,7 +149,7 @@ s = accumulator();
149149<html lang =" en" >
150150<body >
151151<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js" ></script >
152- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@umd/browser.js" ></script >
152+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@v0.2.0- umd/browser.js" ></script >
153153<script type =" text/javascript" >
154154(function () {
155155
You can’t perform that action at this time.
0 commit comments