From 146b443741994a4e91dd5532a8e2be2dd60c052d Mon Sep 17 00:00:00 2001 From: Abdel Jaidi Date: Wed, 6 Sep 2023 13:31:17 +0100 Subject: [PATCH] [skip ci] fix: add number monthly downloads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 853eedcd5..5fdcefc52 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Easy integration with Athena, Glue, Redshift, Timestream, OpenSearch, Neptune, Q | Source | Downloads | Installation Command | |--------|-----------|----------------------| -| **[PyPi](https://pypi.org/project/awswrangler/)** | [![PyPI Downloads](https://pepy.tech/badge/awswrangler)](https://pypi.org/project/awswrangler/) | `pip install awswrangler` | +| **[PyPi](https://pypi.org/project/awswrangler/)** | [![PyPI Downloads](https://img.shields.io/pypi/dm/awswrangler)](https://pypi.org/project/awswrangler/) | `pip install awswrangler` | | **[Conda](https://anaconda.org/conda-forge/awswrangler)** | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/awswrangler.svg)](https://anaconda.org/conda-forge/awswrangler) | `conda install -c conda-forge awswrangler` | > ⚠️ **Starting version 3.0, optional modules must be installed explicitly:**