Skip to content

Commit 6e95eb0

Browse files
committed
update doc
1 parent 450e495 commit 6e95eb0

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
@@ -11,7 +11,7 @@ import {
1111
iteratorFrom,
1212
wrapAsyncIterator,
1313
wrapIterator,
14-
} from "./mod.ts";
14+
} from "https://deno.land/x/deno-iterator-helpers@v0.1.0/mod.ts";
1515

1616
function* naturals() {
1717
let i = 0;

0 commit comments

Comments
 (0)