Skip to content

Commit d32ac3a

Browse files
committed
Auto-generated commit
1 parent 0a339ef commit d32ac3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ where `T` is the pulse period, `τ` is the pulse duration, `A` is the amplitude,
7070

7171
## Usage
7272

73+
```javascript
74+
import iterBartlettHannPulse from 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-bartlett-hann-pulse@esm/index.mjs';
75+
```
76+
The previous example will load the latest bundled code from the esm branch. Alternatively, you may load a specific version by loading the file from one of the [tagged bundles](https://github.com/stdlib-js/simulate-iter-bartlett-hann-pulse/tags). For example,
77+
7378
```javascript
7479
import iterBartlettHannPulse from 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-bartlett-hann-pulse@v0.2.0-esm/index.mjs';
7580
```
@@ -282,7 +287,7 @@ var bool = it.next().done;
282287
<body>
283288
<script type="module">
284289
285-
import iterBartlettHannPulse from 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-bartlett-hann-pulse@v0.2.0-esm/index.mjs';
290+
import iterBartlettHannPulse from 'https://cdn.jsdelivr.net/gh/stdlib-js/simulate-iter-bartlett-hann-pulse@esm/index.mjs';
286291
287292
// Create an iterator:
288293
var opts = {

0 commit comments

Comments
 (0)