From d659edf56a2db0face7dcff679a27b152c5e2758 Mon Sep 17 00:00:00 2001 From: alsotang Date: Sun, 1 Feb 2015 21:17:55 +0800 Subject: [PATCH] Update Readme.md remove recommendation of koa-common --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2d39310..389a663 100644 --- a/Readme.md +++ b/Readme.md @@ -11,8 +11,7 @@ Only methods that are common to nearly all HTTP servers are integrated directly into Koa's small ~550 SLOC codebase. This includes things like content-negotiation, normalization of node inconsistencies, redirection, and a few others. - No middleware are bundled with koa. If you prefer to only define a single dependency for common middleware, much like Connect, you may use - [koa-common](https://github.com/koajs/common). + No middleware are bundled with koa. ## Installation