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 = \sum_{i=0}^{n-1} x_i
65
65
To use in Observable,
66
66
67
67
``` javascript
68
- incrsum = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-sum@umd/browser.js' )
68
+ incrsum = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-sum@v0.2.0- umd/browser.js' )
69
69
```
70
70
71
71
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -77,7 +77,7 @@ var incrsum = require( 'path/to/vendor/umd/stats-incr-sum/index.js' )
77
77
To include the bundle in a webpage,
78
78
79
79
``` html
80
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-sum@umd/browser.js" ></script >
80
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-sum@v0.2.0- umd/browser.js" ></script >
81
81
```
82
82
83
83
If no recognized module system is present, access bundle contents via the global scope:
@@ -144,7 +144,7 @@ sum = accumulator();
144
144
<html lang =" en" >
145
145
<body >
146
146
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js" ></script >
147
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-sum@umd/browser.js" ></script >
147
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-sum@v0.2.0- umd/browser.js" ></script >
148
148
<script type =" text/javascript" >
149
149
(function () {
150
150
You can’t perform that action at this time.
0 commit comments