I would like to add a badge that counts the total number of downloads that happen for one of my projects that I have on GitHub. I came across this page that has all the image shields

Any ideas on how I could add this to my project in GitHub?
You have to insert it as an image into your README
. If your README
is markdown (README.md) that should be like:
Syntax:
[]()
Example
[]()
If you click on the badge on shields.io you can copy-paste markdown syntax you need to insert into README.md