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) {