diff --git a/README.md b/README.md index 31859b5..f685aee 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ type SessionDataTypes = { 'counter': number } -// Set up your Hono instance, using your +// Set up your Hono instance, using your types const app = new Hono<{ Variables: { session: Session,