From 80a4e063ebaad30ccf235afda956a1c09e1f86f9 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Wed, 19 Mar 2025 12:01:41 +0000 Subject: [PATCH] [2025-03-19] Add total downloads badge to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad10b4a..b130614 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fast, simple and accurate Python timing. Written in Rust. -![badge](https://img.shields.io/pypi/dm/tictoc) +[![PyPI Downloads](https://static.pepy.tech/badge/tictoc/month)](https://pepy.tech/projects/tictoc) [![PyPI Downloads](https://static.pepy.tech/badge/tictoc)](https://pepy.tech/projects/tictoc) ## Installation Install with [pip](https://pypi.org/project/pip).