From 87036857e6b79cfd564d7bf2352ef7abb922b48d Mon Sep 17 00:00:00 2001 From: Ivan Kleshnin Date: Mon, 27 Mar 2017 22:37:42 +0300 Subject: [PATCH] readme: fix typo (#951) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index fb47dad..1173dc7 100644 --- a/Readme.md +++ b/Readme.md @@ -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