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 @@ -84,7 +84,7 @@ The squared sample [Pearson product-moment correlation coefficient][pearson-corr
84
84
To use in Observable,
85
85
86
86
``` 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' )
88
88
```
89
89
90
90
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' )
96
96
To include the bundle in a webpage,
97
97
98
98
``` 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 >
100
100
```
101
101
102
102
If no recognized module system is present, access bundle contents via the global scope:
@@ -169,7 +169,7 @@ r2 = accumulator();
169
169
<html lang =" en" >
170
170
<body >
171
171
<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 >
173
173
<script type =" text/javascript" >
174
174
(function () {
175
175
You can’t perform that action at this time.
0 commit comments