Skip to content

Commit

Permalink
Update README.md for ESM 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 3d851a4 commit 34977d1
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 @@ where `α > 0` is the first shape parameter and `β > 0` is the second shape par
## Usage

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

#### skewness( alpha, beta )
Expand Down Expand Up @@ -145,7 +145,7 @@ v = skewness( 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 skewness from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-beta-skewness@esm/index.mjs';
import skewness from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-beta-skewness@v0.2.2-esm/index.mjs';
var alpha;
var beta;
Expand Down

0 comments on commit 34977d1

Please sign in to comment.