Skip to content

Commit d49e170

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 7834012 commit d49e170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ limitations under the License.
4848
## Usage
4949

5050
```javascript
51-
import scumax from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-scumax@deno/mod.js';
51+
import scumax from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-scumax@v0.2.2-deno/mod.js';
5252
```
5353

5454
#### scumax( N, x, strideX, y, strideY )
@@ -159,7 +159,7 @@ scumax.ndarray( 4, x, 2, 1, y, -1, y.length-1 );
159159
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
160160
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@deno/mod.js';
161161
import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@deno/mod.js';
162-
import scumax from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-scumax@deno/mod.js';
162+
import scumax from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-scumax@v0.2.2-deno/mod.js';
163163

164164
var y;
165165
var x;

0 commit comments

Comments
 (0)