From 0d5dfc28a18fbb470904f24c539206953aa92813 Mon Sep 17 00:00:00 2001 From: Mark Tse Date: Wed, 9 Oct 2019 10:23:22 -0400 Subject: [PATCH] readme - typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31e66b2..43f4bd0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ module.exports.handler = handler() // this will forward to next function in the chain await next(); // you can do things, like logging, after the fact - // you can also override the return value= + // you can also override the return value }) .with({ log: pino() // this will be accessible as context.log