Skip to content

Commit a2bb7e5

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 3a5f4e9 commit a2bb7e5

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

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

218218
var x;
219219
var i;

0 commit comments

Comments
 (0)