Skip to content

Commit 1836096

Browse files
📚 docs(README): Remove docs link and improve license discoverability.
1 parent df27141 commit 1836096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:hammer_and_wrench:
2-
[js-itertools](https://make-github-pseudonymous-again.github.io/js-itertools)
2+
`js-itertools`
33
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-itertools.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-itertools/main/LICENSE)
44
==
55

@@ -27,7 +27,7 @@ cycle( chain( [ 0 , 1 , 2 ] , [ 3 , 4 , 5 ] ) ) ; // 0 1 2 3 4 5 0 1 ...
2727

2828
The goal of this project is to make (the parts that interest me of)
2929
the following python constructs/idioms/libraries available in JavaScript under the
30-
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-itertools.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-itertools/main/LICENSE)
30+
[![AGPL-3.0 license](https://img.shields.io/github/license/make-github-pseudonymous-again/js-itertools.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-itertools/main/LICENSE).
3131
- `iter`, `next`, `StopIteration`, `list`, `sorted`, `map`, `zip`, `filter`, `sum`, `any`, `all`, `min`, `max`
3232
- [itertools](https://docs.python.org/3/library/itertools.html)
3333
- [itertools recipes](https://docs.python.org/3/library/itertools.html#itertools-recipes)

0 commit comments

Comments
 (0)