diff options
| author | Josua Schmid <josua.schmid@renuo.ch> | 2023-12-27 15:06:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-27 11:06:36 -0300 |
| commit | 5e0cfb62ece24ea55346f5fdcdc62ddc824139fb (patch) | |
| tree | 844dbba60dfeef551c24de2ceeb0ba9756b6cb22 | |
| parent | 0266d86b41d9b0684fa181700069d7553af505ef (diff) | |
Rephrase deprecation of kind 2 (#943)
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -77,10 +77,10 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 77 | 77 | ||
| 78 | ## Event Kinds | 78 | ## Event Kinds |
| 79 | | kind | description | NIP | | 79 | | kind | description | NIP | |
| 80 | | ------------- | -------------------------- | ----------- | | 80 | | ------------- | -------------------------- | ------------------------ | |
| 81 | | `0` | Metadata | [01](01.md) | | 81 | | `0` | Metadata | [01](01.md) | |
| 82 | | `1` | Short Text Note | [01](01.md) | | 82 | | `1` | Short Text Note | [01](01.md) | |
| 83 | | `2` | Recommend Relay | 01 (before 2023-08-13) | | 83 | | `2` | Recommend Relay | 01 (deprecated) | |
| 84 | | `3` | Follows | [02](02.md) | | 84 | | `3` | Follows | [02](02.md) | |
| 85 | | `4` | Encrypted Direct Messages | [04](04.md) | | 85 | | `4` | Encrypted Direct Messages | [04](04.md) | |
| 86 | | `5` | Event Deletion | [09](09.md) | | 86 | | `5` | Event Deletion | [09](09.md) | |