Skip to content

Commit ee06e5d

Browse files
committed
Update README.md for UMD bundle v0.2.0
1 parent cff0927 commit ee06e5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ where `f_i` is the forecast value, `a_i` is the actual value, `sgn(x)` is the [s
6767
To use in Observable,
6868

6969
```javascript
70-
incrmda = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mda@umd/browser.js' )
70+
incrmda = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mda@v0.2.0-umd/browser.js' )
7171
```
7272

7373
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -79,7 +79,7 @@ var incrmda = require( 'path/to/vendor/umd/stats-incr-mda/index.js' )
7979
To include the bundle in a webpage,
8080

8181
```html
82-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mda@umd/browser.js"></script>
82+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mda@v0.2.0-umd/browser.js"></script>
8383
```
8484

8585
If no recognized module system is present, access bundle contents via the global scope:
@@ -145,7 +145,7 @@ m = accumulator();
145145
<html lang="en">
146146
<body>
147147
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js"></script>
148-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mda@umd/browser.js"></script>
148+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mda@v0.2.0-umd/browser.js"></script>
149149
<script type="text/javascript">
150150
(function () {
151151

0 commit comments

Comments
 (0)