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