Skip to content

Commit beca0e1

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 876a7d8 commit beca0e1

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@deno/mod.js';
85+
import incrpcorr2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1-deno/mod.js';
8686
```
8787

8888
#### incrpcorr2( \[mx, my] )
@@ -142,7 +142,7 @@ r2 = accumulator();
142142

143143
```javascript
144144
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
145-
import incrpcorr2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@deno/mod.js';
145+
import incrpcorr2 from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1-deno/mod.js';
146146

147147
var accumulator;
148148
var x;

0 commit comments

Comments
 (0)