From b48e5c2333f09371dc62deeadad04fcab42b584e Mon Sep 17 00:00:00 2001 From: Toby Date: Thu, 2 Feb 2023 18:51:12 +0100 Subject: [PATCH] clean up --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31f7705..34256ec 100644 --- a/README.md +++ b/README.md @@ -302,9 +302,9 @@ const router = new Router() /// Example Route // -// router.get(/'hi', async () => { +// router.get('/hi', async () => { // return new Response('Hello World') -//} +//}) /// Example Route for splitting into multiple files @@ -338,9 +338,9 @@ const router = new Router() /// Example Route // -// router.get(/'hi', async () => { +// router.get('/hi', async () => { // return new Response('Hello World') -//} +//}) /// Example Route for splitting into multiple files //