Skip to content

Commit b4b770b

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent f97d5cd commit b4b770b

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

114114
```javascript
115-
import dmeanstdev from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dmeanstdev@deno/mod.js';
115+
import dmeanstdev from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dmeanstdev@v0.2.1-deno/mod.js';
116116
```
117117

118118
#### dmeanstdev( N, correction, x, strideX, out, strideOut )
@@ -233,7 +233,7 @@ var v = dmeanstdev.ndarray( N, 1, x, 2, 1, out, 2, 1 );
233233
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
234234
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@deno/mod.js';
235235
import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
236-
import dmeanstdev from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dmeanstdev@deno/mod.js';
236+
import dmeanstdev from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dmeanstdev@v0.2.1-deno/mod.js';
237237

238238
var out;
239239
var x;

0 commit comments

Comments
 (0)