From 942cc316734714eaebd5c89c79b9678424ebcd6e Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Sun, 1 Aug 2021 00:46:16 -0400 Subject: [PATCH] json-signing: camliVersion: "1" -> 1 (#1399) --- doc/json-signing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/json-signing/README.md b/doc/json-signing/README.md index d5a98c3ee..cbe8212d3 100644 --- a/doc/json-signing/README.md +++ b/doc/json-signing/README.md @@ -70,7 +70,7 @@ and verify JSON documents: is specifically about Perkeep, which requires that the JSON object 'O' contain the following two key/value pairs: - "camliVersion": "1" + "camliVersion": 1 "camliSigner": "hashalg-xxxxxxxxxxx" (blobref of ASCII-armored public key) - To find your camliSigner value, you could use GPG like: