Skip to content

Commit 3e4e51d

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent e254760 commit 3e4e51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The squared sample [Pearson product-moment correlation coefficient][pearson-corr
8282
## Usage
8383

8484
```javascript
85-
import incrpcorr2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@esm/index.mjs';
85+
import incrpcorr2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1-esm/index.mjs';
8686
```
8787

8888
#### incrpcorr2( \[mx, my] )
@@ -147,7 +147,7 @@ r2 = accumulator();
147147
<script type="module">
148148
149149
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
150-
import incrpcorr2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@esm/index.mjs';
150+
import incrpcorr2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1-esm/index.mjs';
151151
152152
var accumulator;
153153
var x;

0 commit comments

Comments
 (0)