diff --git a/README.md b/README.md index 9099d7c..53b5a17 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ export to do the same thing: ```tsx import { Person } from "schema-dts"; -import { helmetJsonLdProp } from "react-schemaorg"; +import { jsonLdScriptProps } from "react-schemaorg"; import Head from "next/head"; export default function MyPage() {