Skip to content

Commit efc30fe

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 234c259 commit efc30fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ where `T` is the pulse period, `τ` is the pulse duration, `A` is the amplitude,
7171
## Usage
7272

7373
```javascript
74-
import iterBartlettHannPulse from 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-bartlett-hann-pulse@deno/mod.js';
74+
import iterBartlettHannPulse from 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-bartlett-hann-pulse@v0.2.2-deno/mod.js';
7575
```
7676

7777
#### iterBartlettHannPulse( \[options] )
@@ -277,7 +277,7 @@ var bool = it.next().done;
277277
<!-- eslint no-undef: "error" -->
278278

279279
```javascript
280-
import iterBartlettHannPulse from 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-bartlett-hann-pulse@deno/mod.js';
280+
import iterBartlettHannPulse from 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-bartlett-hann-pulse@v0.2.2-deno/mod.js';
281281

282282
// Create an iterator:
283283
var opts = {

0 commit comments

Comments
 (0)