diff options
| author | hodlbod <jstaab@protonmail.com> | 2023-12-07 10:03:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-07 10:03:55 -0800 |
| commit | 730324f4878e827df2524fdff0a40fa646b9cf08 (patch) | |
| tree | 75c752efd5d9c84a55ab61cc8eadecff847c0f0c /README.md | |
| parent | 2bd4bf784112aabff9d0fc2dd90fed9107aa5cde (diff) | |
| parent | 0146892501d63042d13724bae7c887bfa985e251 (diff) | |
Merge pull request #921 from alexgleason/follows
NIP-02: Rename Contact List to Follow List
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -22,7 +22,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 22 | ## List | 22 | ## List |
| 23 | 23 | ||
| 24 | - [NIP-01: Basic protocol flow description](01.md) | 24 | - [NIP-01: Basic protocol flow description](01.md) |
| 25 | - [NIP-02: Contact List and Petnames](02.md) | 25 | - [NIP-02: Follow List](02.md) |
| 26 | - [NIP-03: OpenTimestamps Attestations for Events](03.md) | 26 | - [NIP-03: OpenTimestamps Attestations for Events](03.md) |
| 27 | - [NIP-04: Encrypted Direct Message](04.md) | 27 | - [NIP-04: Encrypted Direct Message](04.md) |
| 28 | - [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md) | 28 | - [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 | |||
| 80 | | `0` | Metadata | [1](01.md) | | 80 | | `0` | Metadata | [1](01.md) | |
| 81 | | `1` | Short Text Note | [1](01.md) | | 81 | | `1` | Short Text Note | [1](01.md) | |
| 82 | | `2` | Recommend Relay | | | 82 | | `2` | Recommend Relay | | |
| 83 | | `3` | Contacts | [2](02.md) | | 83 | | `3` | Follows | [2](02.md) | |
| 84 | | `4` | Encrypted Direct Messages | [4](04.md) | | 84 | | `4` | Encrypted Direct Messages | [4](04.md) | |
| 85 | | `5` | Event Deletion | [9](09.md) | | 85 | | `5` | Event Deletion | [9](09.md) | |
| 86 | | `6` | Repost | [18](18.md) | | 86 | | `6` | Repost | [18](18.md) | |