Skip to content

Commit

Permalink
Update README.md for ESM bundle v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 25, 2024
1 parent 6b607a5 commit 0c2e8b0
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 @@ -42,7 +42,7 @@ limitations under the License.
## Usage

```javascript
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-levy@esm/index.mjs';
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-levy@v0.2.1-esm/index.mjs';
```

#### iterator( mu, c\[, options] )
Expand Down Expand Up @@ -198,7 +198,7 @@ The returned iterator protocol-compliant object has the following properties:
<body>
<script type="module">
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-levy@esm/index.mjs';
import iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-levy@v0.2.1-esm/index.mjs';
var it;
var r;
Expand Down

0 comments on commit 0c2e8b0

Please sign in to comment.