Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed May 13, 2024
1 parent 1c8e3ea commit 924d58d
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 @@ -72,7 +72,7 @@ You can use the `display` function within any frontend JS framework, but for eas
import { Face, generate } from "facesjs";
import { useEffect } from "react";

export const My = ({ face }) => {
export const MyFace = ({ face }) => {
return <Face
face={face}
lazy
Expand Down

0 comments on commit 924d58d

Please sign in to comment.