From c274c65856afb00c05796c87ed2b3f6ab4704f09 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Wed, 16 Nov 2022 07:26:34 +1300 Subject: [PATCH] Reword NIP-01 to clarify no line breaks. Existing language of "indentation" implies line breaks. --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.md b/01.md index eb2a489..bfe78bb 100644 --- a/01.md +++ b/01.md @@ -30,7 +30,7 @@ The only object type that exists is the `event`, which has the following format } ``` -To obtain the `event.id`, we `sha256` the serialized event. The serialization is done over the UTF-8 JSON-serialized string (with no indentation or extra spaces) of the following structure: +To obtain the `event.id`, we `sha256` the serialized event. The serialization is done over the UTF-8 JSON-serialized string (with no white space or line breaks) of the following structure: ```json [