Update Readme.md
remove recommendation of koa-common
This commit is contained in:
parent
8d1a340789
commit
d659edf56a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
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.
|
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
|
No middleware are bundled with koa.
|
||||||
[koa-common](https://github.com/koajs/common).
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue