Skip to content

Commit 0626e4c

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent c7e4ec1 commit 0626e4c

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@deno/mod.js';
113+
import stdevtk from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-stdevtk@v0.2.2-deno/mod.js';
114114
```
115115

116116
#### stdevtk( N, correction, x, stride )
@@ -214,7 +214,7 @@ var v = stdevtk.ndarray( N, 1, x, 2, 1 );
214214
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
215215
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@deno/mod.js';
216216
import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
217-
import stdevtk from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-stdevtk@deno/mod.js';
217+
import stdevtk from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-stdevtk@v0.2.2-deno/mod.js';
218218

219219
var x;
220220
var i;

0 commit comments

Comments
 (0)