readme: add flat badges and url variables

This commit is contained in:
yoshuawuyts 2014-07-06 03:32:25 +02:00
parent fe22aa9c52
commit 41f77edc88

View file

@ -1,8 +1,8 @@
<img src="https://dl.dropboxusercontent.com/u/6396913/koa/logo.png" alt="koa middleware framework for nodejs" width="255px" /> <img src="https://dl.dropboxusercontent.com/u/6396913/koa/logo.png" alt="koa middleware framework for nodejs" width="255px" />
[![NPM version](https://badge.fury.io/js/koa.svg)](https://badge.fury.io/js/koa) [![NPM version][npm-image]][npm-url]
[![Build Status](https://travis-ci.org/koajs/koa.svg)](https://travis-ci.org/koajs/koa) [![build status][travis-image]][travis-url]
[![Coverage Status](https://img.shields.io/coveralls/koajs/koa.svg)](https://coveralls.io/r/koajs/koa?branch=master) [![Test coverage][coveralls-image]][coveralls-url]
Expressive middleware for node.js using generators via [co](https://github.com/visionmedia/co) Expressive middleware for node.js using generators via [co](https://github.com/visionmedia/co)
to make web applications and APIs more enjoyable to write. Koa's middleware flow in a stack-like manner allowing you to perform actions downstream, then filter and manipulate the response upstream. Koa's use of generators also greatly increases the readability and robustness of your application. to make web applications and APIs more enjoyable to write. Koa's middleware flow in a stack-like manner allowing you to perform actions downstream, then filter and manipulate the response upstream. Koa's use of generators also greatly increases the readability and robustness of your application.
@ -78,3 +78,10 @@ $ make test
# License # License
MIT MIT
[npm-image]: https://img.shields.io/npm/v/koa.svg?style=flat
[npm-url]: https://npmjs.org/package/koa
[travis-image]: https://img.shields.io/travis/koajs/koa.svg?style=flat
[travis-url]: https://travis-ci.org/koajs/koa
[coveralls-image]: https://img.shields.io/coveralls/koajs/koa.svg?style=flat
[coveralls-url]: https://coveralls.io/r/koajs/koa?branch=master