Skip to content

Commit d28ef3d

Browse files
committed
Update README.md for Deno bundle v0.2.0
1 parent d4bc712 commit d28ef3d

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@deno/mod.js';
55+
import iterFlow from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@v0.2.0-deno/mod.js';
5656
```
5757

5858
#### iterFlow( methods )
@@ -227,7 +227,7 @@ v = it2.next().value;
227227
import array2iterator from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-to-iterator@deno/mod.js';
228228
import iterHead from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-head@deno/mod.js';
229229
import iterSome from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-some@deno/mod.js';
230-
import iterFlow from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@deno/mod.js';
230+
import iterFlow from 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@v0.2.0-deno/mod.js';
231231

232232
// Create a "fluent" interface:
233233
var FluentIterator = iterFlow({

0 commit comments

Comments
 (0)