upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorarthurfranca <arthur.a.franca@gmail.com>2023-03-21 15:24:05 -0300
committerarthurfranca <arthur.a.franca@gmail.com>2023-03-21 15:24:05 -0300
commit8b158e92279c08af812307ed7294378ddb8abbdd (patch)
tree2b9932f3f97028dff349b7b63f8ce665f8e40a9a /README.md
parent2394e5cc630741e036e6d0554e59a6611a123030 (diff)
Add alternative mention handling NIP
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37b2fe4..d93f5c2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
9- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md) 9- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md)
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-07: `window.nostr` capability for web browsers](07.md) 11- [NIP-07: `window.nostr` capability for web browsers](07.md)
12- [NIP-08: Handling Mentions](08.md) 12- [NIP-08: Handling Mentions](08.md) – `unrecommended`: discouraged in favor of [NIP-27](27.md)
13- [NIP-09: Event Deletion](09.md) 13- [NIP-09: Event Deletion](09.md)
14- [NIP-10: Conventions for clients' use of `e` and `p` tags in text events](10.md) 14- [NIP-10: Conventions for clients' use of `e` and `p` tags in text events](10.md)
15- [NIP-11: Relay Information Document](11.md) 15- [NIP-11: Relay Information Document](11.md)
@@ -25,6 +25,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
25- [NIP-23: Long-form Content](23.md) 25- [NIP-23: Long-form Content](23.md)
26- [NIP-25: Reactions](25.md) 26- [NIP-25: Reactions](25.md)
27- [NIP-26: Delegated Event Signing](26.md) 27- [NIP-26: Delegated Event Signing](26.md)
28- [NIP-27: Handling Mentions](27.md)
28- [NIP-28: Public Chat](28.md) 29- [NIP-28: Public Chat](28.md)
29- [NIP-33: Parameterized Replaceable Events](33.md) 30- [NIP-33: Parameterized Replaceable Events](33.md)
30- [NIP-36: Sensitive Content](36.md) 31- [NIP-36: Sensitive Content](36.md)