Replace discouraged with deprecated

This commit is contained in:
arthurfranca 2023-03-22 19:50:03 -03:00
parent 61a158caec
commit 9764a3b510
2 changed files with 2 additions and 2 deletions

2
08.md
View File

@ -1,4 +1,4 @@
> __Warning__ `unrecommended`: discouraged in favor of NIP-27
> __Warning__ `unrecommended`: deprecated in favor of NIP-27
NIP-08
======

View File

@ -9,7 +9,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md)
- [NIP-06: Basic key derivation from mnemonic seed phrase](06.md)
- [NIP-07: `window.nostr` capability for web browsers](07.md)
- [NIP-08: Handling Mentions](08.md) `unrecommended`: discouraged in favor of [NIP-27](27.md)
- [NIP-08: Handling Mentions](08.md) `unrecommended`: deprecated in favor of [NIP-27](27.md)
- [NIP-09: Event Deletion](09.md)
- [NIP-10: Conventions for clients' use of `e` and `p` tags in text events](10.md)
- [NIP-11: Relay Information Document](11.md)