From 1eafb29d2ee0e0afeaf4dd5804774b8cf8ae040e Mon Sep 17 00:00:00 2001 From: John Roice Aldeza Date: Fri, 21 Nov 2025 16:00:26 +0800 Subject: [PATCH] Fix class name for paragraph component in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17182f1..928b6e0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ const App = () => { content={content} blocks={{ // You can use the default components to set class names... - paragraph: ({ children }) =>

{children}

, + paragraph: ({ children }) =>

{children}

, // ...or point to a design system heading: ({ children, level }) => { switch (level) {