From ae2516571569b8567ee49c464379de621dbc8f5a Mon Sep 17 00:00:00 2001 From: dead_horse Date: Wed, 5 Nov 2014 00:59:11 +0800 Subject: [PATCH] added gitter badge --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 002e18f..5d925f1 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,8 @@ [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] + [![gitter][gitter-image]][gitter-url] + 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. @@ -93,3 +95,5 @@ $ make test [travis-url]: https://travis-ci.org/koajs/koa [coveralls-image]: https://img.shields.io/coveralls/koajs/koa/master.svg?style=flat-square [coveralls-url]: https://coveralls.io/r/koajs/koa?branch=master +[gitter-image]: https://badges.gitter.im/Join%20Chat.svg +[gitter-url]: https://gitter.im/koajs/koa?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge