diff --git a/README.md b/README.md
index ea46341..df965a8 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ Thanks to Hotwire, it's now possible to build sophisticated server-rendered user
With Theo, you can render a partial using HTML-like syntax:
```html
-<_button size="large" label%="label" primary% />
+<_button size="large" label%="label" />
```
> [!IMPORTANT]
-> For rendering partials, you can also use PascalCase, for example:
+> For rendering partials, you can also use PascalCase:
> ```html
->
+>
> ```