diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-08-15 16:34:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 16:34:52 -0500 |
| commit | 2c7e2af15fbdf09bec5c673a56010797f02f206f (patch) | |
| tree | bc8b1b5ae667d3d38f3c042b1979a4f0a432c434 /README.md | |
| parent | 645a562a8b870a41fd953a422e171b33f74aef07 (diff) | |
| parent | 0ee877275a339d7a29915ddb6a4b37feb714c61d (diff) | |
Merge pull request #1425 from tyiu/rename-delete-to-retract
Update NIP-09 to rename to deletion request
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -30,7 +30,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 30 | - [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) | 30 | - [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) |
| 31 | - [NIP-07: `window.nostr` capability for web browsers](07.md) | 31 | - [NIP-07: `window.nostr` capability for web browsers](07.md) |
| 32 | - [NIP-08: Handling Mentions](08.md) --- **unrecommended**: deprecated in favor of [NIP-27](27.md) | 32 | - [NIP-08: Handling Mentions](08.md) --- **unrecommended**: deprecated in favor of [NIP-27](27.md) |
| 33 | - [NIP-09: Event Deletion](09.md) | 33 | - [NIP-09: Event Deletion Request](09.md) |
| 34 | - [NIP-10: Conventions for clients' use of `e` and `p` tags in text events](10.md) | 34 | - [NIP-10: Conventions for clients' use of `e` and `p` tags in text events](10.md) |
| 35 | - [NIP-11: Relay Information Document](11.md) | 35 | - [NIP-11: Relay Information Document](11.md) |
| 36 | - [NIP-13: Proof of Work](13.md) | 36 | - [NIP-13: Proof of Work](13.md) |
| @@ -99,7 +99,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 99 | | `2` | Recommend Relay | 01 (deprecated) | | 99 | | `2` | Recommend Relay | 01 (deprecated) | |
| 100 | | `3` | Follows | [02](02.md) | | 100 | | `3` | Follows | [02](02.md) | |
| 101 | | `4` | Encrypted Direct Messages | [04](04.md) | | 101 | | `4` | Encrypted Direct Messages | [04](04.md) | |
| 102 | | `5` | Event Deletion | [09](09.md) | | 102 | | `5` | Event Deletion Request | [09](09.md) | |
| 103 | | `6` | Repost | [18](18.md) | | 103 | | `6` | Repost | [18](18.md) | |
| 104 | | `7` | Reaction | [25](25.md) | | 104 | | `7` | Reaction | [25](25.md) | |
| 105 | | `8` | Badge Award | [58](58.md) | | 105 | | `8` | Badge Award | [58](58.md) | |