diff options
Diffstat (limited to '38.md')
| -rw-r--r-- | 38.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -3,7 +3,7 @@ NIP-38 | |||
| 3 | ====== | 3 | ====== |
| 4 | 4 | ||
| 5 | User Statuses | 5 | User Statuses |
| 6 | -------------- | 6 | ------------- |
| 7 | 7 | ||
| 8 | `draft` `optional` | 8 | `draft` `optional` |
| 9 | 9 | ||
| @@ -17,7 +17,7 @@ A special event with `kind:30315` "User Status" is defined as an *optionally exp | |||
| 17 | 17 | ||
| 18 | For example: | 18 | For example: |
| 19 | 19 | ||
| 20 | ```js | 20 | ```json |
| 21 | { | 21 | { |
| 22 | "kind": 30315, | 22 | "kind": 30315, |
| 23 | "content": "Sign up for nostrasia!", | 23 | "content": "Sign up for nostrasia!", |
| @@ -26,7 +26,9 @@ For example: | |||
| 26 | ["r", "https://nostr.world"] | 26 | ["r", "https://nostr.world"] |
| 27 | ], | 27 | ], |
| 28 | } | 28 | } |
| 29 | ``` | ||
| 29 | 30 | ||
| 31 | ```json | ||
| 30 | { | 32 | { |
| 31 | "kind": 30315, | 33 | "kind": 30315, |
| 32 | "content": "Intergalatic - Beastie Boys", | 34 | "content": "Intergalatic - Beastie Boys", |