diff options
| author | William Casarin <jb55@jb55.com> | 2022-05-26 09:35:53 -0700 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2022-05-26 09:35:53 -0700 |
| commit | c3d3a706881e7a733cc8373737b02aafa38a5024 (patch) | |
| tree | 1e559710ad8c535df74bdd36a741253fb8f0a80a /10.md | |
| parent | f168799dea965c31011a5568ba42aca2637afd88 (diff) | |
nip10: fix small rendering bug on github
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat (limited to '10.md')
| -rw-r--r-- | 10.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ On "e" and "p" tags in Text Events (kind 1). | |||
| 10 | ## Abstract | 10 | ## Abstract |
| 11 | This NIP describes how to use "e" and "p" tags in text events, especially those that are replies to other text events. It helps clients thread the replies into a tree rooted at the original event. | 11 | This NIP describes how to use "e" and "p" tags in text events, especially those that are replies to other text events. It helps clients thread the replies into a tree rooted at the original event. |
| 12 | 12 | ||
| 13 | ##Positional "e" tags (DEPRECATED) | 13 | ## Positional "e" tags (DEPRECATED) |
| 14 | >This scheme is in common use; but should be considered deprecated. | 14 | >This scheme is in common use; but should be considered deprecated. |
| 15 | 15 | ||
| 16 | `["e", <event-id> <relay-url>]` as per NIP-01. | 16 | `["e", <event-id> <relay-url>]` as per NIP-01. |