Skip to content

Commit 5341e99

Browse files
chore: Update the PyPI badge in the docs (#46)
1 parent c8484a3 commit 5341e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# backoff
22

33
[![Build Status](https://github.com/python-backoff/backoff/actions/workflows/ci.yaml/badge.svg)](https://github.com/python-backoff/backoff/actions/workflows/ci.yaml)
4-
[![PyPI Version](https://img.shields.io/pypi/v/backoff.svg)](https://pypi.python.org/pypi/backoff)
4+
[![PyPI Version](https://img.shields.io/pypi/v/python-backoff.svg)](https://pypi.python.org/pypi/python-backoff)
55
[![License](https://img.shields.io/github/license/python-backoff/backoff)](https://github.com/python-backoff/backoff/blob/main/LICENSE)
66

77
**Function decoration for backoff and retry**
@@ -87,6 +87,6 @@ def poll_for_result(job_id):
8787
## Project Links
8888

8989
- [GitHub Repository](https://github.com/python-backoff/backoff)
90-
- [PyPI Package](https://pypi.org/project/backoff/)
90+
- [PyPI Package](https://pypi.org/project/python-backoff/)
9191
- [Issue Tracker](https://github.com/python-backoff/backoff/issues)
9292
- [Changelog](https://github.com/python-backoff/backoff/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)