readme: fix typo (#951)
This commit is contained in:
parent
18d753ca2d
commit
87036857e6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ app.listen(3000);
|
||||||
|
|
||||||
## Middleware
|
## Middleware
|
||||||
|
|
||||||
Koa is a middleware framework that can take 3 different kinds of functions as middleware:
|
Koa is a middleware framework that can take two different kinds of functions as middleware:
|
||||||
|
|
||||||
* common function
|
* common function
|
||||||
* async function
|
* async function
|
||||||
|
|
Loading…
Reference in a new issue