From 18935b243b5e2678676415298d0779914b717eab Mon Sep 17 00:00:00 2001 From: SKP Date: Tue, 1 Feb 2022 19:19:16 +0100 Subject: [PATCH] just added some quotes so the red json keys disappear. (#68) --- nips/02.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nips/02.md b/nips/02.md index dfb8a41..ae3afb8 100644 --- a/nips/02.md +++ b/nips/02.md @@ -14,13 +14,13 @@ For example: ```json { - kind: 3, - tags: [ + "kind": 3, + "tags": [ ["p", "91cf9..4e5ca", "wss://alicerelay.com/", "alice"], ["p", "14aeb..8dad4", "wss://bobrelay.com/nostr", "bob"], ["p", "612ae..e610f", "ws://carolrelay.com/ws", "carol"] ], - content: "", + "content": "", ...other fields ```