readme: fix typo (#951)

This commit is contained in:
Ivan Kleshnin 2017-03-27 22:37:42 +03:00 committed by jongleberry
parent 18d753ca2d
commit 87036857e6

View file

@ -45,7 +45,7 @@ app.listen(3000);
## 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
* async function