readme: fix typo (#951)

master
Ivan Kleshnin 2017-03-27 22:37:42 +03:00 committed by jongleberry
parent 18d753ca2d
commit 87036857e6
1 changed files with 1 additions and 1 deletions

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