From edb7bb1dd14d89619b1d670e11d874b18658c3f0 Mon Sep 17 00:00:00 2001 From: Matheus Azzi Date: Sun, 6 Apr 2014 11:53:08 -0300 Subject: [PATCH] Use SVG Badge --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8101dcd..9fdde54 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ koa middleware framework for nodejs - [![Build Status](https://travis-ci.org/koajs/koa.png)](https://travis-ci.org/koajs/koa) + [![Build Status](https://travis-ci.org/koajs/koa.svg)](https://travis-ci.org/koajs/koa) 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.