From f193ba80065392dfef50bcc80b7bf230dae54648 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 3 Jun 2015 08:05:02 -0600 Subject: [PATCH] Add AppVeyor status badge to readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f23d5937f0..613081f54f 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,14 @@ [Bootstrap 3][bootstrap] components built with [React][react] [![Travis Build Status][build-badge]][build] -[![NPM version][npm-badge]][npm] -[![Bower version][bower-badge]][bower] +[![Build status][appveyor-badge]][appveyor] + [![HuBoard][huboard-badge]][huboard] [![Gitter][gitter-badge]][gitter] +[![NPM version][npm-badge]][npm] +[![Bower version][bower-badge]][bower] + [![Dependency Status][deps-badge]][deps] [![devDependency Status][dev-deps-badge]][dev-deps] [![peerDependency Status][peer-deps-badge]][peer-deps] @@ -73,4 +76,4 @@ Yes please! See the [contributing guidelines][contributing] for details. [huboard]: https://huboard.com/react-bootstrap/react-bootstrap [appveyor-badge]: https://ci.appveyor.com/api/projects/status/ylitpyo6n5yq1s6i/branch/master?svg=true -[appveyor]: https://ci.appveyor.com/project/mtscout6/react-bootstrap/branch/master +[appveyor]: https://ci.appveyor.com/project/react-bootstrap/react-bootstrap/branch/master