From 9d90488c7b8b032336e11f1abda11c1334ee683e Mon Sep 17 00:00:00 2001 From: Ivan Danov Date: Thu, 13 Jul 2023 17:10:36 +0100 Subject: [PATCH 1/2] Update README.md Add downloads badges to the README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80d92f723e..300125bef1 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) +[![Downloads](https://static.pepy.tech/badge/kedro/month)](https://pepy.tech/project/kedro) +[![Downloads](https://static.pepy.tech/badge/kedro)](https://pepy.tech/project/kedro) ## What is Kedro? From 42f977443e48246f0de5f06d7efd5b7ebbc6b4c0 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 19 Jul 2023 11:07:05 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 300125bef1..a909df2535 100644 --- a/README.md +++ b/README.md @@ -9,8 +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) -[![Downloads](https://static.pepy.tech/badge/kedro/month)](https://pepy.tech/project/kedro) -[![Downloads](https://static.pepy.tech/badge/kedro)](https://pepy.tech/project/kedro) +[![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?