Skip to content

Commit c3a037c

Browse files
authored
Fix typo in README regarding file name matching
1 parent c13dba9 commit c3a037c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Drop SVGs into **`/public/zero-ui-icons/`**, then use `<CustomIcon />` with the
7979
> ```
8080
> ```tsx
8181
>import { CustomIcon } from "@react-zero-ui/icon-sprite";
82-
>//❗The name MUST match the name of the file name (no .svg extension).
82+
>//❗The name MUST matcb the file name (no .svg extension).
8383
><CustomIcon name="dog" size={24} />
8484
>```
8585

0 commit comments

Comments
 (0)