Changed the alt attribute for monthly downloads (#3553)

Updated the alt attribute to reflect the image it is attached to.
master
ntmonson 2017-12-21 18:58:17 -07:00 committed by Lucas Azzola
parent 591a9cb6d0
commit b8a715a8de
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<img alt="npm version" src="https://img.shields.io/npm/v/prettier.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/prettier">
<img alt="npm version" src="https://img.shields.io/npm/dm/prettier.svg?style=flat-square">
<img alt="monthly downloads" src="https://img.shields.io/npm/dm/prettier.svg?style=flat-square">
</a>
<a href="#badge">
<img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">