Skip to content

Commit

Permalink
Fixed wrong import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmaln authored Dec 16, 2023
1 parent 1304a1f commit 6970668
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 @@ -135,7 +135,7 @@ pnpm install @remixicon/react
#### Usage

```jsx
import { RiHeartFill } from "@radix-icons/react";
import { RiHeartFill } from "@remixicon/react";

const MyComponent = () => {
return (
Expand Down

0 comments on commit 6970668

Please sign in to comment.