From 8b18e7818e0c2fcbd8bc82e0660f8b6ba23af50d Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Sat, 14 Jan 2023 09:59:19 +1300 Subject: Several NIP examples (3, 11) weren't quoting the field keys (JSON keys must be quoted) --- 03.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '03.md') diff --git a/03.md b/03.md index 578c351..3c5d764 100644 --- a/03.md +++ b/03.md @@ -10,11 +10,11 @@ When there is an OTS available it MAY be included in the existing event body und ``` { - id: ..., - kind: ..., + "id": ..., + "kind": ..., ..., ..., - ots: + "ots": } ``` -- cgit v1.2.3