docs: fix badges
This commit is contained in:
@@ -4,18 +4,40 @@
|
|||||||
:steam_locomotive::train::train::train::train::train:
|
:steam_locomotive::train::train::train::train::train:
|
||||||
</div>
|
</div>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<strong>Never worry about architecture again</strong>
|
<strong>Fun functional programming</strong>
|
||||||
</div>
|
</div>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
A `7kb` framework for creating sturdy web applications
|
A <code>7kb</code> framework for creating sturdy web applications
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
[![stability][0]][1]
|
<!-- Stability -->
|
||||||
[![npm version][2]][3] [![build status][4]][5] [![test coverage][6]][7]
|
<a href="https://nodejs.org/api/documentation.html#documentation_stability_index">
|
||||||
[![downloads][8]][9] [![js-standard-style][10]][11]
|
<img src="https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square"
|
||||||
|
alt="API stability" />
|
||||||
|
</a>
|
||||||
|
<!-- NPM version -->
|
||||||
|
<a href="https://npmjs.org/package/choo">
|
||||||
|
<img src="https://img.shields.io/npm/v/choo.svg?style=flat-square"
|
||||||
|
alt="NPM version" />
|
||||||
|
</a>
|
||||||
|
<!-- Build Status -->
|
||||||
|
<a href="https://travis-ci.org/yoshuawuyts/choo">
|
||||||
|
<img src="https://img.shields.io/travis/yoshuawuyts/choo/master.svg?style=flat-square"
|
||||||
|
alt="Build Status" />
|
||||||
|
</a>
|
||||||
|
<!-- Test Coverage -->
|
||||||
|
<a href="https://codecov.io/github/yoshuawuyts/choo">
|
||||||
|
<img src="https://img.shields.io/codecov/c/github/yoshuawuyts/choo/master.svg?style=flat-square"
|
||||||
|
alt="Test Coverage" />
|
||||||
|
</a>
|
||||||
|
<!-- Standard -->
|
||||||
|
<a href="https://codecov.io/github/yoshuawuyts/choo">
|
||||||
|
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square"
|
||||||
|
alt="Standard" />
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
@@ -661,19 +683,6 @@ $ npm install choo
|
|||||||
## License
|
## License
|
||||||
[MIT](https://tldrlegal.com/license/mit-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
|
[dom]: https://en.wikipedia.org/wiki/Document_Object_Model
|
||||||
[keyboard-support]: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Browser_compatibility
|
[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
|
[sse]: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events
|
||||||
|
|||||||
Reference in New Issue
Block a user