Add badge with number of downloads.

This commit is contained in:
Emil Stenström 2021-01-17 23:39:31 +01:00
parent 48d06374dc
commit 92829bf297

View file

@ -1,5 +1,6 @@
# django-reusable-components
<a href="https://github.com/EmilStenstrom/django-components/actions?query=workflow%3ABuild"><img align="right" src="https://github.com/EmilStenstrom/django-components/workflows/Build/badge.svg"></a>
<a href="https://pepy.tech/project/django-reusable-components"><img align="right" src="https://pepy.tech/badge/django-reusable-components"></a>
A way to create simple reusable template components in Django.