From 01b3a31e64d57c06b58b213d5da245c94a502a6b Mon Sep 17 00:00:00 2001 From: Nicolas <13479932+nyn0x@users.noreply.github.com> Date: Tue, 25 Aug 2020 23:07:07 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {