Skip to content

Commit 29a0f48

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 01779d8 commit 29a0f48

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
@@ -110,7 +110,7 @@ The use of the term `n-1` is commonly referred to as Bessel's correction. Note,
110110
## Usage
111111

112112
```javascript
113-
import stdevtk from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-stdevtk@esm/index.mjs';
113+
import stdevtk from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-stdevtk@v0.2.1-esm/index.mjs';
114114
```
115115

116116
#### stdevtk( N, correction, x, stride )
@@ -219,7 +219,7 @@ var v = stdevtk.ndarray( N, 1, x, 2, 1 );
219219
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
220220
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@esm/index.mjs';
221221
import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs';
222-
import stdevtk from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-stdevtk@esm/index.mjs';
222+
import stdevtk from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-stdevtk@v0.2.1-esm/index.mjs';
223223
224224
var x;
225225
var i;

0 commit comments

Comments
 (0)