From 5b81f976d1182acff8ecbd8d1e8f971b543d3008 Mon Sep 17 00:00:00 2001 From: Joe Sweeney Date: Mon, 14 Oct 2024 23:57:50 -0600 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,