Skip to content

Commit

Permalink
Fix repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jun 12, 2021
1 parent c6087cd commit b0548fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

[![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno)](https://deno.land/x/itertools)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/itertools/mod.ts)
[![Test](https://github.com/lambdalisue/itertools-deno/actions/workflows/test.yml/badge.svg)](https://github.com/lambdalisue/itertools-deno/actions/workflows/test.yml)
[![Test](https://github.com/lambdalisue/deno-itertools/actions/workflows/test.yml/badge.svg)](https://github.com/lambdalisue/deno-itertools/actions/workflows/test.yml)

A TypeScript port of Python's awesome [itertools][itertools] standard library.

This is an standalone version of [nvie/itertools.js][nvie/itertools.js] for
using under the [Deno][Deno] environment.
using under the [Deno][deno] environment.

[Deno]: https://deno.land/
[deno]: https://deno.land/
[itertools]: https://docs.python.org/3/library/itertools.html
[more-itertools]: https://pypi.org/project/more-itertools/
[nvie/itertools.js]: https://github.com/nvie/itertools.js
Expand Down

0 comments on commit b0548fe

Please sign in to comment.