diff --git a/README.md b/README.md
index f5023b3..231decc 100644
--- a/README.md
+++ b/README.md
@@ -26,17 +26,20 @@ After that, run `mix deps.get`.
The components are provided by the `Heroicons` module. Each icon is a Phoenix Component you can use in your HEEx templates.
-By default the outline style is used:
+By default, the icon components will use the outline style, but the `solid` or
+`mini` attributes may be passed to select styling, for example:
```eex
-
+
+
+
```
-You can render the solid or mini styles by providing the `solid` or `mini` flags:
+You can also pass arbitrary HTML attributes to the components:
-```eex
-
-
+ ```eex
+
+
```
You can also provide arbitrary HTML attributes to the svg tag, such as classes: