From 88cf309907422352b6a1eb6dc0a8aed1c8cfb390 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Feb 2025 17:51:33 -0800 Subject: [PATCH] Fix schemas syntax in doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29787fd1..223866b7 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ microdata = {} # Microdata non-property attributes (all except itemprop) for the # itemtype = "https://schema.org/Chapter schemas = [] # Page JSON-LD schemas # Example: -# [paige.pages.schemas] +# [[paige.pages.schemas]] # "@context" = "https://schema.org" # "@type" = "Book" # name = "My Book" @@ -288,7 +288,7 @@ base_schema = {} # JSON-LD schema that all site schemas override # url = "https://example.com" schemas = [] # Site JSON-LD schemas # Example: -# [paige.site.schemas] +# [[paige.site.schemas]] # "@context" = "https://schema.org" # "@type" = "Organization" # name = "Acme"