From 0ac76752c469f8997602f61d0e5ff948d7855f14 Mon Sep 17 00:00:00 2001 From: Ivan Danov Date: Wed, 26 Jul 2023 20:48:31 +0100 Subject: [PATCH] Add downloads badges to README.md (#2795) * Update README.md Add downloads badges to the README.md * Update README.md --------- Co-authored-by: Jo Stichbury --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80d92f723e..a909df2535 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ ![Develop Branch Build](https://img.shields.io/circleci/build/github/kedro-org/kedro/develop?label=develop) [![Documentation](https://readthedocs.org/projects/kedro/badge/?version=stable)](https://docs.kedro.org/) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6711/badge)](https://bestpractices.coreinfrastructure.org/projects/6711) +[![Monthly downloads](https://static.pepy.tech/badge/kedro/month)](https://pepy.tech/project/kedro) +[![Total downloads](https://static.pepy.tech/badge/kedro)](https://pepy.tech/project/kedro) ## What is Kedro?