From 54ca7753fd08922908c7849de2892e10ae9a582d Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sun, 30 Nov 2014 00:03:09 -0800 Subject: [PATCH] move gitter badge --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 85e47ef..9c00a30 100644 --- a/Readme.md +++ b/Readme.md @@ -1,11 +1,10 @@ koa middleware framework for nodejs - + + [![gitter][gitter-image]][gitter-url] [![NPM version][npm-image]][npm-url] [![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.