Prerequisites
Description
Currently there's 3 badges in README.md shows building status, but the style looks mixed:

What about using a more consistent style badge? like:



[![Linux build][linux-build-src]][linux-build-href]
[![Windows build][windows-build-src]][windows-build-href]
[![macOS build][macos-build-src]][macos-build-href]
[linux-build-src]: https://badgen.net/travis/atom/watcher/master?label=Linux
[linux-build-href]: https://travis-ci.org/atom/watcher
[windows-build-src]: https://badgen.net/appveyor/ci/atom/watcher/master?label=Windows
[windows-build-href]: https://ci.appveyor.com/project/Atom/watcher/branch/master
[macos-build-src]: https://badgen.net/circleci/github/atom/watcher/master?label=macOS
[macos-build-href]: https://ci.appveyor.com/project/Atom/watcher/branch/master
And maybe the greenkeeper badge too (Greenkeeper's vs Badgen's):


[![Greenkeeper enabled][greenkeeper-src]][greenkeeper-href]
[greenkeeper-src]: https://badgen.net/badge/Greenkeeper/enabled/green
[greenkeeper-href]: https://greenkeeper.io/
Additional Information
shields.io's badges often broken recently, badgen.net is a new service that aims to be a fast and reliable alternative.
Disclaimer: Badgen's author here :D
Prerequisites
Description
Currently there's 3 badges in README.md shows building status, but the style looks mixed:
What about using a more consistent style badge? like:
And maybe the greenkeeper badge too (Greenkeeper's vs Badgen's):
Additional Information
shields.io's badges often broken recently, badgen.net is a new service that aims to be a fast and reliable alternative.
Disclaimer: Badgen's author here :D