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