From 5d46dcdd7ccf002e41e7b11e499b7e10e50cf4b1 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Wed, 25 May 2016 04:45:49 +0900 Subject: [PATCH] docs: fix badges --- README.md | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0a928cb..9235474 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,40 @@ :steam_locomotive::train::train::train::train::train:
- Never worry about architecture again + Fun functional programming
- A `7kb` framework for creating sturdy web applications + A 7kb framework for creating sturdy web applications

- [![stability][0]][1] - [![npm version][2]][3] [![build status][4]][5] [![test coverage][6]][7] - [![downloads][8]][9] [![js-standard-style][10]][11] + + + API stability + + + + NPM version + + + + Build Status + + + + Test Coverage + + + + Standard +

@@ -661,19 +683,6 @@ $ npm install choo ## License [MIT](https://tldrlegal.com/license/mit-license) -[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square -[1]: https://nodejs.org/api/documentation.html#documentation_stability_index -[2]: https://img.shields.io/npm/v/choo.svg?style=flat-square -[3]: https://npmjs.org/package/choo -[4]: https://img.shields.io/travis/yoshuawuyts/choo/master.svg?style=flat-square -[5]: https://travis-ci.org/yoshuawuyts/choo -[6]: https://img.shields.io/codecov/c/github/yoshuawuyts/choo/master.svg?style=flat-square -[7]: https://codecov.io/github/yoshuawuyts/choo -[8]: http://img.shields.io/npm/dm/choo.svg?style=flat-square -[9]: https://npmjs.org/package/choo -[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square -[11]: https://github.com/feross/standard - [dom]: https://en.wikipedia.org/wiki/Document_Object_Model [keyboard-support]: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Browser_compatibility [sse]: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events