Skip to content

Commit 8e4e8e0

Browse files
committed
Update README.md
1 parent 8b165da commit 8e4e8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Icons/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Renders local and remote [SVG icons](https://ux.symfony.com/icons) in your Twig
77
{{ ux_icon('mdi:check', {class: 'w-4 h-4'}) }}
88
99
{# .. or Twig Component #}
10-
<twig:UX:Icon name="mdi:check" class="w-4 h-4" />
10+
<twig:ux:icon name="mdi:check" class="w-4 h-4" />
1111
1212
{# Render the "check" icon from "mdi" pack with class #}
1313
<svg viewBox="0 0 24 24" fill="currentColor" class="w-4 h-4">

0 commit comments

Comments
 (0)