summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:39:04 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:39:04 -0800
commit77a8444261cd0428e0d308597a3f21f3174c4d67 (patch)
tree1c7ecac33bd9ec2f49035d73543db224438a2ba2
parent4783af103426ca0a3479cf5176f02f9eb3eaba97 (diff)
downloadnatsort-77a8444261cd0428e0d308597a3f21f3174c4d67.tar.gz
Fix bug in download rate shield
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 8492061..d735ab5 100644
--- a/README.rst
+++ b/README.rst
@@ -16,7 +16,7 @@ natsort
.. image:: https://codecov.io/gh/SethMMorton/natsort/branch/main/graph/badge.svg
:target: https://codecov.io/gh/SethMMorton/natsort
-.. image:: https://img.shields.io/pypi/week/natsort.svg
+.. image:: https://img.shields.io/pypi/dw/natsort.svg
:target: https://pypi.org/project/natsort/
Simple yet flexible natural sorting in Python.