Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
resolves #98
  • Loading branch information
atinux authored Aug 17, 2023
1 parent c796409 commit b853088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ That's it, you can now use the `<Icon />` in your components!

**Attributes**:

When using an icone from Iconify, an `<svg>` will be created, you can give [all the attributes](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute) of the native element.
When using an icon from Iconify, an `<svg>` will be created, you can give [all the attributes](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute) of the native element.

```html
<Icon name="uil:github" color="black" />
Expand Down

0 comments on commit b853088

Please sign in to comment.