From fec022914dc7ad6a0e622893fc47f7832ceadd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Mon, 2 Nov 2020 12:21:59 +0100 Subject: [PATCH] :books: docs(README): Add emoji logos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de89597..95bcbe6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [@aureooms/js-itertools](https://aureooms.github.io/js-itertools) +# :hammer_and_wrench: [@aureooms/js-itertools](https://aureooms.github.io/js-itertools)

@@ -33,7 +33,7 @@ cycle( chain( [ [ 0 , 1 , 2 ] , [ 3 , 4 , 5 ] ] ) ) ; // 0 1 2 3 4 5 0 1 ... [![Documentation](https://aureooms.github.io/js-itertools/badge.svg)](https://aureooms.github.io/js-itertools/source.html) [![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-itertools)](https://bundlephobia.com/result?p=@aureooms/js-itertools) -## References in Python and JavaScript +## :link: References in Python and JavaScript - https://docs.python.org/3/library/itertools.html - http://mochi.github.io/mochikit/doc/html/MochiKit/Iter.html