diff --git a/Readme.md b/Readme.md index ae3e22c..e70de9c 100644 --- a/Readme.md +++ b/Readme.md @@ -47,7 +47,7 @@ Koa is a middleware framework that can take 3 different kinds of functions as mi * common function * async function - * generatorFunction + * generator function Here is an example of logger middleware with each of the different functions: