Skip to content

Commit

Permalink
Update README.md for Deno bundle v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 27, 2024
1 parent 4277198 commit 4ee9372
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 @@ -52,7 +52,7 @@ limitations under the License.
## Usage

```javascript
import iterPop from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-pop@deno/mod.js';
import iterPop from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-pop@v0.2.2-deno/mod.js';
```

#### iterPop( iterator\[, clbk\[, thisArg]] )
Expand Down Expand Up @@ -173,7 +173,7 @@ bool = ( ctx.count === 1 );

```javascript
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@deno/mod.js';
import iterPop from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-pop@deno/mod.js';
import iterPop from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-pop@v0.2.2-deno/mod.js';

// Create a seeded iterator for generating pseudorandom numbers:
var rand = randu({
Expand Down

0 comments on commit 4ee9372

Please sign in to comment.