From f69a193dec6fe0d48573c349072385a82300923b Mon Sep 17 00:00:00 2001 From: Johnson Sun Date: Wed, 14 Aug 2024 08:31:39 +0800 Subject: [PATCH] Change README PyPI downloads badge to shields.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31092a7..b9d414e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![pypi](https://img.shields.io/pypi/v/tbparse)](https://pypi.org/project/tbparse/) [![python](https://img.shields.io/pypi/pyversions/tbparse)](https://pypi.org/project/tbparse/) -[![Downloads](https://pepy.tech/badge/tbparse)](https://pepy.tech/project/tbparse) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/tbparse)](https://pypistats.org/packages/tbparse) [![license](https://img.shields.io/pypi/l/tbparse)](https://github.com/j3soon/tbparse/blob/master/LICENSE) [![tests](https://img.shields.io/github/actions/workflow/status/j3soon/tbparse/test-with-tox.yaml?label=tests)](https://github.com/j3soon/tbparse/actions/workflows/test-with-tox.yaml)