From d2e00a285a2f76789a9f12b38b4aadd6bf32b2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8r=E2=88=82=C2=A1?= <4456749+brickpop@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:02:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95954ba..e42491e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # If-Then-Else -The fundamental component selector that the React team forgot to ship. +The missing conditional renderer that the React team forgot to ship. -Write clean UI components that can be visually read as a JS function. +Write clean UI components that can be read as a visual JS function. ## Render a simple child when true ```tsx