Skip to content

Commit 10cd86c

Browse files
committed
include monthly downloads
1 parent 59cea55 commit 10cd86c

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
@@ -10,7 +10,8 @@
1010
[![PyPI version](https://img.shields.io/pypi/v/alive-progress.svg)](https://pypi.python.org/pypi/alive-progress/)
1111
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/alive-progress.svg)](https://pypi.python.org/pypi/alive-progress/)
1212
[![PyPI status](https://img.shields.io/pypi/status/alive-progress.svg)](https://pypi.python.org/pypi/alive-progress/)
13-
[![Downloads](https://pepy.tech/badge/alive-progress)](https://pepy.tech/project/alive-progress)
13+
[![Downloads](https://static.pepy.tech/badge/alive-progress/month)](https://pepy.tech/project/alive-progress)
14+
[![Downloads](https://static.pepy.tech/badge/alive-progress)](https://pepy.tech/project/alive-progress)
1415

1516
Have you ever wondered where your lengthy processing was, and when it would finish? Ever found yourself hitting [RETURN] now and then to ensure it didn't hang, or if, in a remote SSH session, the connection was still working? Ever needed to *pause* some processing for a while, return to the Python prompt for a manual inspection or fixing an item, and then *resume* the process seamlessly? I did...
1617

0 commit comments

Comments
 (0)