diff --git a/README.md b/README.md index f3e41b9..780eeba 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ aioitertools Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables. -[![build status](https://github.com/omnilib/aioitertools/workflows/Build/badge.svg)](https://github.com/omnilib/aioitertools/actions) +[![documentation](https://readthedocs.org/projects/aioitertools/badge/?version=latest)](https://aioitertools.omnilib.dev) [![version](https://img.shields.io/pypi/v/aioitertools.svg)](https://pypi.org/project/aioitertools) +[![changelog](https://img.shields.io/badge/change-log-blue)](https://aioitertools.omnilib.dev/en/latest/changelog.html) [![license](https://img.shields.io/pypi/l/aioitertools.svg)](https://github.com/omnilib/aioitertools/blob/master/LICENSE) -[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) Install