Skip to content

Commit cc0323a

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 33a8e1f commit cc0323a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ L_{-n}(x) = (-1)^{n} L_n(x)
9393
## Usage
9494

9595
```javascript
96-
import lucaspoly from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@esm/index.mjs';
96+
import lucaspoly from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@v0.2.1-esm/index.mjs';
9797
```
9898

9999
You can also import the following named exports from the package:
100100

101101
```javascript
102-
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@esm/index.mjs';
102+
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@v0.2.1-esm/index.mjs';
103103
```
104104

105105
#### lucaspoly( n, x )
@@ -152,7 +152,7 @@ v = polyval( 2.0 ); // => 2^5 + 5*2^3 + 5*2
152152
<body>
153153
<script type="module">
154154
155-
import lucaspoly from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@esm/index.mjs';
155+
import lucaspoly from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@v0.2.1-esm/index.mjs';
156156
157157
var i;
158158

0 commit comments

Comments
 (0)