Skip to content

Commit edd39d7

Browse files
committed
fix doc
1 parent 6e95eb0 commit edd39d7

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 "https://deno.land/x/deno-iterator-helpers@v0.1.0/mod.ts";
14+
} from "https://deno.land/x/iterator_helpers@v0.1.0/mod.ts";
1515

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

0 commit comments

Comments
 (0)