Skip to content

Commit

Permalink
chore: consistent badge style (#9358)
Browse files Browse the repository at this point in the history
The npm badge was the only one using flat style, so I changed it.
I can also make all badges flat if prefered.
  • Loading branch information
mathiasvr authored and pieh committed Oct 24, 2018
1 parent c80f793 commit 62cacbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@
<img src="https://travis-ci.org/gatsbyjs/gatsby.svg?branch=master" alt="Current TravisCI build status." />
</a>
<a href="https://www.npmjs.org/package/gatsby">
<img src="https://img.shields.io/npm/v/gatsby.svg?style=flat-square" alt="Current npm package version." />
<img src="https://img.shields.io/npm/v/gatsby.svg" alt="Current npm package version." />
</a>
<a href="https://npmcharts.com/compare/gatsby?minimal=true">
<img src="https://img.shields.io/npm/dm/gatsby.svg" alt="Downloads per month on npm." />
Expand Down

0 comments on commit 62cacbb

Please sign in to comment.