diff options
| author | Francisco Calderón <fjcalderon@gmail.com> | 2024-11-04 15:39:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 15:39:21 -0300 |
| commit | 03f3bc39678262ecbd5d870c9da44723023557ff (patch) | |
| tree | e75ecf32d3bc906a8b26314488a1ae90996169c1 /02.md | |
| parent | f72a2f69ed93cf442e83bf9e7e16f6c06da40384 (diff) | |
| parent | 6bcd89c097e97e65dbc95e7c6b7b8348e8dd6b5c (diff) | |
Merge branch 'master' into p2p-nip
Diffstat (limited to '02.md')
| -rw-r--r-- | 02.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -14,7 +14,7 @@ The `.content` is not used. | |||
| 14 | 14 | ||
| 15 | For example: | 15 | For example: |
| 16 | 16 | ||
| 17 | ```json | 17 | ```jsonc |
| 18 | { | 18 | { |
| 19 | "kind": 3, | 19 | "kind": 3, |
| 20 | "tags": [ | 20 | "tags": [ |
| @@ -23,7 +23,7 @@ For example: | |||
| 23 | ["p", "612ae..e610f", "ws://carolrelay.com/ws", "carol"] | 23 | ["p", "612ae..e610f", "ws://carolrelay.com/ws", "carol"] |
| 24 | ], | 24 | ], |
| 25 | "content": "", | 25 | "content": "", |
| 26 | ...other fields | 26 | // other fields... |
| 27 | } | 27 | } |
| 28 | ``` | 28 | ``` |
| 29 | 29 | ||