Skip to content

Commit d340a12

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent f007c39 commit d340a12

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
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import iterFlow from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@esm/index.mjs';
55+
import iterFlow from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@v0.2.2-esm/index.mjs';
5656
```
5757

5858
#### iterFlow( methods )
@@ -232,7 +232,7 @@ v = it2.next().value;
232232
import array2iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-to-iterator@esm/index.mjs';
233233
import iterHead from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-head@esm/index.mjs';
234234
import iterSome from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-some@esm/index.mjs';
235-
import iterFlow from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@esm/index.mjs';
235+
import iterFlow from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@v0.2.2-esm/index.mjs';
236236
237237
// Create a "fluent" interface:
238238
var FluentIterator = iterFlow({

0 commit comments

Comments
 (0)