Skip to content

Commit

Permalink
Update README.md for ESM bundle v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 14, 2024
1 parent fd6ed51 commit 6516fd8
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 `a` is the lower limit, `b` is the upper limit, and `c` is the mode.
## Usage

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

#### stdev( a, b, c )
Expand Down Expand Up @@ -140,7 +140,7 @@ y = stdev( 0.0, -1.0, 0.5 );
<script type="module">
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
import stdev from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-triangular-stdev@esm/index.mjs';
import stdev from 'https://cdn.jsdelivr.net/gh/stdlib-js/stats-base-dists-triangular-stdev@v0.2.0-esm/index.mjs';
var a;
var b;
Expand Down

0 comments on commit 6516fd8

Please sign in to comment.