From 52bb8d1e3806af77773255840efdc0a6e83c4ce2 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 5 Mar 2024 19:21:01 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9c0d28..32fc8fe 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,12 @@ Supports Next.js, Remix and TailwindCSS. More to come. ```jsx import { Paragraph } from 'Paragraph.mist.css' -I'm React component written in CSS only -I can accept props +export default const App = () => ( +
+ I'm React component written in CSS only + I can accept props +
+) ``` ## Documentation