diff --git a/Readme.md b/Readme.md index b382aea..8101dcd 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ 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. - Only methods that are common to nearly all HTTP servers are integrated directly into Koa's small ~400 SLOC codebase. This + 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