README.md in heroicon-0.2.3 vs README.md in heroicon-0.3.0
- old
+ new
@@ -42,10 +42,10 @@
```rb
<%= heroicon "search", variant: :outline %>
```
-You can also pass a class to use on the icon.
+You can also pass HTML options directly to the icon.
```rb
<%= heroicon "search", options: { class: "text-primary-500" } %>
```