From e3f9b16b29e265ac6da47b64e9893be4f42606e6 Mon Sep 17 00:00:00 2001 From: Vivien Lacourba Date: Tue, 4 Apr 2023 15:46:27 +0200 Subject: [PATCH] Fix metadata extraction json (#1723) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d02ef51..b6d4a3403 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ This is an example of the value of `Specberus.meta` after the execution of `Spec "delivererIDs": [123, 456], "editorIDs": [ 12345 ], "informative": false, - "process": "https://www.w3.org/2015/Process-20150901/" } + "process": "https://www.w3.org/2015/Process-20150901/" } ```