Skip to content

Commit 48bbd90

Browse files
committed
🔧 MAINTAIN: Add install badge to README
1 parent dff8ddc commit 48bbd90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![PyPI][pypi-badge]][pypi-link]
66
[![Conda][conda-badge]][conda-link]
77
[![Code style: black][black-badge]][black-link]
8+
[![PyPI - Downloads][install-badge]][install-link]
89

910
> Markdown parser done right.
1011
@@ -97,6 +98,8 @@ Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark sp
9798
[codecov-link]: https://codecov.io/gh/executablebooks/markdown-it-py
9899
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
99100
[black-link]: https://github.com/ambv/black
101+
[install-badge]: https://img.shields.io/pypi/dw/markdown-it-py?label=pypi%20installs
102+
[install-link]: https://pypistats.org/packages/markdown-it-py
100103

101104
[CommonMark spec]: http://spec.commonmark.org/
102105
[markdown-it]: https://github.com/markdown-it/markdown-it

0 commit comments

Comments
 (0)