Skip to content

Commit 368213b

Browse files
committed
omit version info from doc
1 parent a1f9ea2 commit 368213b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
iteratorFrom,
1414
wrapAsyncIterator,
1515
wrapIterator,
16-
} from "https://deno.land/x/iterator_helpers@v0.1.0/mod.ts";
16+
} from "https://deno.land/x/iterator_helpers/mod.ts";
1717

1818
function* naturals() {
1919
let i = 0;

0 commit comments

Comments
 (0)