Skip to content

Commit 8d657a6

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent c107876 commit 8d657a6

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
@@ -82,7 +82,7 @@ where `s` is the sample [standard deviation][standard-deviation].
8282
## Usage
8383

8484
```javascript
85-
import dsem from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dsem@deno/mod.js';
85+
import dsem from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dsem@v0.2.1-deno/mod.js';
8686
```
8787

8888
#### dsem( N, correction, x, stride )
@@ -192,7 +192,7 @@ var v = dsem.ndarray( N, 1, x, 2, 1 );
192192
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
193193
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@deno/mod.js';
194194
import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js';
195-
import dsem from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dsem@deno/mod.js';
195+
import dsem from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dsem@v0.2.1-deno/mod.js';
196196

197197
var x;
198198
var i;

0 commit comments

Comments
 (0)