diff options
| author | Robert C. Martin <unclebob@cleancoder.com> | 2022-05-05 11:06:03 -0500 |
|---|---|---|
| committer | Robert C. Martin <unclebob@cleancoder.com> | 2022-05-05 11:06:03 -0500 |
| commit | b66b82e66cf0ee666d3a6daf91d21e830841afc7 (patch) | |
| tree | 293565619530f25ceeed9c0a510cf17bb1b630f2 | |
| parent | bd4a81a6042534fd88cb590ddf0524f5a8fe10bb (diff) | |
change ~mandatory~ to optional, add NIP-10 to README
| -rw-r--r-- | 10.md | 2 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 1 deletions
| @@ -5,7 +5,7 @@ NIP-10 | |||
| 5 | On `e` and `p` tags in Text Events (kind 1). | 5 | On `e` and `p` tags in Text Events (kind 1). |
| 6 | -------------------------------------------- | 6 | -------------------------------------------- |
| 7 | 7 | ||
| 8 | `draft` ~`mandatory`~ `author:unclebobmartin` | 8 | `draft` `optional` `author:unclebobmartin` |
| 9 | 9 | ||
| 10 | ### A Conventional use of `e` and `p` tags within clients. | 10 | ### A Conventional use of `e` and `p` tags within clients. |
| 11 | 11 | ||
| @@ -10,6 +10,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 10 | - [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) | 10 | - [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) |
| 11 | - [NIP-08: Handling Mentions](08.md) | 11 | - [NIP-08: Handling Mentions](08.md) |
| 12 | - [NIP-09: Event Deletion](09.md) | 12 | - [NIP-09: Event Deletion](09.md) |
| 13 | - [NIP-10: Conventions for clients' use of `e` and `p` tags in text events. | ||
| 13 | - [NIP-11: Relay Information Document](11.md) | 14 | - [NIP-11: Relay Information Document](11.md) |
| 14 | - [NIP-12: Generic Tag Queries](12.md) | 15 | - [NIP-12: Generic Tag Queries](12.md) |
| 15 | 16 | ||