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 7e4d744 commit 215bc18
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 @@ -63,7 +63,7 @@ A one-parameter [Box-Cox transformation][box-cox-transformation] is defined as
## Usage

```javascript
import boxcox1p from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-boxcox1p@esm/index.mjs';
import boxcox1p from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-boxcox1p@v0.2.0-esm/index.mjs';
```

#### boxcox1p( x, lambda )
Expand Down Expand Up @@ -112,7 +112,7 @@ v = boxcox1p( -1.0, -1.0 );
<script type="module">
import incrspace from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-incrspace@esm/index.mjs';
import boxcox1p from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-boxcox1p@esm/index.mjs';
import boxcox1p from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-boxcox1p@v0.2.0-esm/index.mjs';
var x = incrspace( -1.0, 10.0, 1.0 );
var l = incrspace( -0.5, 5.0, 0.5 );
Expand Down

0 comments on commit 215bc18

Please sign in to comment.