Skip to content

Commit 9ee3980

Browse files
committed
Update README.md for ESM bundle v0.2.0
1 parent 49ffe0f commit 9ee3980

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
@@ -42,13 +42,13 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import weibull from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-weibull@esm/index.mjs';
45+
import weibull from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-weibull@v0.2.0-esm/index.mjs';
4646
```
4747

4848
You can also import the following named exports from the package:
4949

5050
```javascript
51-
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-weibull@esm/index.mjs';
51+
import { factory } from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-weibull@v0.2.0-esm/index.mjs';
5252
```
5353

5454
#### weibull( k, lambda )
@@ -397,7 +397,7 @@ var o = rand.toJSON();
397397
<body>
398398
<script type="module">
399399
400-
import weibull from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-weibull@esm/index.mjs';
400+
import weibull from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-weibull@v0.2.0-esm/index.mjs';
401401
402402
var seed;
403403
var rand;

0 commit comments

Comments
 (0)