From d7fe0b0d671ef8fda9d5ed245c6db321ec590e8c Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Tue, 15 Feb 2022 21:26:59 +0900 Subject: [PATCH] tweak --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34a82267..cbe74697 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ const app = new Hono({ strict: false }) app.get('/hello', (c) => c.text('/hello or /hello/')) ``` +Default is `true`. + ## async/await ```js