From cb12aa8ae5f395aed6d82ea714d837e69324698a Mon Sep 17 00:00:00 2001 From: Aesop Wolf Date: Fri, 14 Apr 2017 10:50:31 -0700 Subject: [PATCH] readme: update the order of accepted functions(#958) Update the order of accepted functions so that it matches the following blocks of text. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1173dc7..dfea8c1 100644 --- a/Readme.md +++ b/Readme.md @@ -47,8 +47,8 @@ app.listen(3000); Koa is a middleware framework that can take two different kinds of functions as middleware: - * common function * async function + * common function Here is an example of logger middleware with each of the different functions: