From e8e380943214882a9c46bc940cff59433844719b Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 14 Aug 2022 07:51:55 -0300 Subject: [PATCH] add nip 26 to readme. --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index acf86894..988aedf3 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,20 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh - [NIP-15: End of Stored Events Notice](15.md) - [NIP-16: Event Treatment](16.md) - [NIP-25: Reactions](25.md) +- [NIP-26: Relays List](26.md) ## Event Kinds -| kind | description | NIP | -|------|---------------------------|------| -| 0 | Metadata | 1, 5 | -| 1 | Text | 1 | -| 2 | Recommend Relay | 1 | -| 3 | Contacts | 2 | -| 4 | Encrypted Direct Messages | 4 | -| 5 | Event Deletion | 9 | -| 7 | Reaction | 25 | +| kind | description | NIP | +| ------ | --------------------------- | ------ | +| 0 | Metadata | 1, 5 | +| 1 | Text | 1 | +| 2 | Recommend Relay | 1 | +| 3 | Contacts | 2 | +| 4 | Encrypted Direct Messages | 4 | +| 5 | Event Deletion | 9 | +| 7 | Reaction | 25 | +| 10001 | Relays List | 26 | Please update this list when proposing NIPs introducing new event kinds.