Skip to content

Commit 66a28af

Browse files
Merge pull request #48 from python-thread/chore/readme
Update readme image shields
2 parents 7dd35b2 + 1edef52 commit 66a28af

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<!-- PROJECT SHIELDS -->
66
<div align="center">
77

8-
<a href="[contributors-url]">[![Contributors][contributors-shield]][contributors-url]</a>
8+
<a href="[pypi-url]">[![PYPI - Version][version-shield]][pypi-url]</a>
9+
<a href="[pypi-url]">[![PYPI - Downloads][downloads-shield]][pypi-url]</a>
910
<a href="[forks-url]">[![Forks][forks-shield]][forks-url]</a>
1011
<a href="[stars-url]">[![Stargazers][stars-shield]][stars-url]</a>
11-
<a href="[issues-url]">[![Issues][issues-shield]][issues-url]</a>
1212
<a href="[license-url]">[![BSD-3-Clause License][license-shield]][license-url]</a>
1313

1414
</div>
@@ -157,13 +157,12 @@ Project Link: [https://github.com/python-thread/thread](https://github.com/pytho
157157

158158
<!-- MARKDOWN LINKS & IMAGES -->
159159
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
160-
[contributors-shield]: https://img.shields.io/github/contributors/python-thread/thread.svg?style=for-the-badge
161-
[contributors-url]: https://github.com/python-thread/thread/graphs/contributors
160+
[version-shield]: https://img.shields.io/pypi/v/thread.svg?style=for-the-badge&color=efd0cd
161+
[downloads-shield]: https://img.shields.io/pypi/dm/thread.svg?style=for-the-badge
162+
[pypi-url]: https://pypi.org/project/thread/
162163
[forks-shield]: https://img.shields.io/github/forks/python-thread/thread.svg?style=for-the-badge
163164
[forks-url]: https://github.com/python-thread/thread/network/members
164-
[stars-shield]: https://img.shields.io/github/stars/python-thread/thread.svg?style=for-the-badge
165+
[stars-shield]: https://img.shields.io/github/stars/python-thread/thread.svg?style=for-the-badge&color=yellow
165166
[stars-url]: https://github.com/python-thread/thread/stargazers
166-
[issues-shield]: https://img.shields.io/github/issues/python-thread/thread.svg?style=for-the-badge
167-
[issues-url]: https://github.com/python-thread/thread/issues
168167
[license-shield]: https://img.shields.io/github/license/python-thread/thread.svg?style=for-the-badge
169168
[license-url]: https://github.com/python-thread/thread/blob/master/LICENSE.txt

0 commit comments

Comments
 (0)