NIP-02: Rename Contact List to Follow List

This commit is contained in:
Alex Gleason
2023-12-07 10:01:57 -06:00
parent 2bd4bf7841
commit 0146892501
2 changed files with 12 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
## List
- [NIP-01: Basic protocol flow description](01.md)
- [NIP-02: Contact List and Petnames](02.md)
- [NIP-02: Follow List](02.md)
- [NIP-03: OpenTimestamps Attestations for Events](03.md)
- [NIP-04: Encrypted Direct Message](04.md)
- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md)
@@ -80,7 +80,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
| `0` | Metadata | [1](01.md) |
| `1` | Short Text Note | [1](01.md) |
| `2` | Recommend Relay | |
| `3` | Contacts | [2](02.md) |
| `3` | Follows | [2](02.md) |
| `4` | Encrypted Direct Messages | [4](04.md) |
| `5` | Event Deletion | [9](09.md) |
| `6` | Repost | [18](18.md) |