diff options
| author | Robert C. Martin <unclebob@cleancoder.com> | 2022-05-05 11:07:49 -0500 |
|---|---|---|
| committer | Robert C. Martin <unclebob@cleancoder.com> | 2022-05-05 11:07:49 -0500 |
| commit | f5ca13f3aa5e9c0fd4096b5353abf1942b271672 (patch) | |
| tree | c8e80223b4688fde4b7959e7cbbbc50b793ebe91 | |
| parent | b66b82e66cf0ee666d3a6daf91d21e830841afc7 (diff) | |
make NIP-10 a link in the README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +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-10: Conventions for clients' use of `e` and `p` tags in text events.](10.md) |
| 14 | - [NIP-11: Relay Information Document](11.md) | 14 | - [NIP-11: Relay Information Document](11.md) |
| 15 | - [NIP-12: Generic Tag Queries](12.md) | 15 | - [NIP-12: Generic Tag Queries](12.md) |
| 16 | 16 | ||