Merge pull request #2121 from thelounge/astorije/download-badge-link

Point download badge to npm-stat instead of npm
This commit is contained in:
Jérémie Astori 2018-02-27 00:31:06 -05:00 committed by GitHub
commit aadb506b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@
<a href="https://david-dm.org/thelounge/thelounge"><img
alt="Dependencies Status"
src="https://img.shields.io/david/thelounge/thelounge.svg?style=flat-square"></a>
<a href="https://www.npmjs.org/package/thelounge"><img
<a href="https://npm-stat.com/charts.html?package=thelounge&from=2016-02-12"><img
alt="Total downloads on npm"
src="https://img.shields.io/npm/dt/thelounge.svg?colorB=007dc7&style=flat-square"></a>
</p>