Skip to content

Commit

Permalink
Update README.md for ESM bundle v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 21, 2024
1 parent 5cd36f6 commit 59cb47d
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 @@ -69,7 +69,7 @@ when shape `α >= 1` and rate `β > 0`. For other parameter values, the mode is
## Usage

```javascript
import mode from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-gamma-mode@esm/index.mjs';
import mode from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-gamma-mode@v0.2.1-esm/index.mjs';
```

#### mode( alpha, beta )
Expand Down Expand Up @@ -145,7 +145,7 @@ v = mode( 1.0, -1.0 );
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
import EPS from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-eps@esm/index.mjs';
import mode from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-gamma-mode@esm/index.mjs';
import mode from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-gamma-mode@v0.2.1-esm/index.mjs';
var alpha;
var beta;
Expand Down

0 comments on commit 59cb47d

Please sign in to comment.