Skip to content

Commit

Permalink
Update README.md for Deno bundle v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 27, 2024
1 parent 7e03cf6 commit d4346be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The [mode][mode] for an [arcsine][arcsine-distribution] random variable with wit
## Usage

```javascript
import mode from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-arcsine-mode@deno/mod.js';
import mode from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-arcsine-mode@v0.2.2-deno/mod.js';
```

#### mode( a, b )
Expand Down Expand Up @@ -127,7 +127,7 @@ y = mode( 3.0, 3.0 );

```javascript
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
import mode from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-arcsine-mode@deno/mod.js';
import mode from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-arcsine-mode@v0.2.2-deno/mod.js';

var a;
var b;
Expand Down

0 comments on commit d4346be

Please sign in to comment.