From 72cfa95716c3d57a1540c9f2345ab70a792cb468 Mon Sep 17 00:00:00 2001 From: Marcus Alagar <69373245+BigTurtle8@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:57:19 -0700 Subject: [PATCH] fix: fix #40 Fix incorrect example in `README.md` under `Basic Usage`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c317600..a08ff8c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ const Box = () => { const App: Component = () => { return ( - + @@ -127,7 +127,7 @@ const Box = () => { const App: Component = () => { return ( - +