just added some quotes so the red json keys disappear. (#68)

This commit is contained in:
SKP 2022-02-01 19:19:16 +01:00 committed by GitHub
parent d79c9ec73e
commit 18935b243b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
```