Skip to content

Commit 5054fd9

Browse files
committed
add PyPI version badge to the README
Add a shields.io badge showing the latest ARver version at PyPI. Also, change the downloads badge from pepy.tech to shields.io. The appearance of the badges is consistent, and the font kerning is better in the shields.io badge.
1 parent 1cc18fd commit 5054fd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

33
[![Unit tests](https://github.com/arcctgx/ARver/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/arcctgx/ARver/actions/workflows/unit-tests.yml)
4-
[![Downloads](https://static.pepy.tech/badge/arver)](https://pepy.tech/project/arver)
4+
[![PyPI version](https://img.shields.io/pypi/v/ARver?logo=python&label=PyPI)](https://pypi.org/project/ARver/)
5+
[![PePy downloads](https://img.shields.io/pepy/dt/ARver?logo=python&label=Downloads&color=%230C7DBE)](https://pepy.tech/project/ARver)
56

67
`ARver` is a command-line program for verifying audio tracks ripped from a CD
78
against checksums stored in AccurateRip database.

0 commit comments

Comments
 (0)