From 5ba609672cf5b1832d3de529a26d537e6abb222e Mon Sep 17 00:00:00 2001 From: Nami Sunami Date: Fri, 14 Nov 2025 18:29:44 +0100 Subject: [PATCH] fix: adding missing double quotes in the JSON author example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cbcad5..70b30ff 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ Here's a simplified example metadata file: "author": { "@type": "Person", "givenName": "John", - "familyName: "Doe", + "familyName": "Doe", "id": "0000-0002-1825-0097" // this is an ORCID ID, e.g. }, "sdPublisher": { "@type": "Person", "givenName": "Jane", - "familyName: "Doe", + "familyName": "Doe", "id": "0000-0002-3245-1127" // this is an ORCID ID, e.g. }, "variableMeasured": [