Skip to content

Commit 2bd2c6d

Browse files
committed
Update README.md for UMD bundle v0.2.1
1 parent 9610a2c commit 2bd2c6d

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
@@ -84,7 +84,7 @@ The squared sample [Pearson product-moment correlation coefficient][pearson-corr
8484
To use in Observable,
8585

8686
```javascript
87-
incrpcorr2 = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@umd/browser.js' )
87+
incrpcorr2 = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1-umd/browser.js' )
8888
```
8989

9090
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -96,7 +96,7 @@ var incrpcorr2 = require( 'path/to/vendor/umd/stats-incr-pcorr2/index.js' )
9696
To include the bundle in a webpage,
9797

9898
```html
99-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@umd/browser.js"></script>
99+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1-umd/browser.js"></script>
100100
```
101101

102102
If no recognized module system is present, access bundle contents via the global scope:
@@ -169,7 +169,7 @@ r2 = accumulator();
169169
<html lang="en">
170170
<body>
171171
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js"></script>
172-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@umd/browser.js"></script>
172+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1-umd/browser.js"></script>
173173
<script type="text/javascript">
174174
(function () {
175175

0 commit comments

Comments
 (0)