From da3ae71589d237628c02a12920bd4370476560c1 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 14 Aug 2022 10:02:37 -0300 Subject: [PATCH] rename to nip-23. --- 26.md => 23.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename 26.md => 23.md (99%) diff --git a/26.md b/23.md similarity index 99% rename from 26.md rename to 23.md index 658a6ea..1ffe5e1 100644 --- a/26.md +++ b/23.md @@ -1,4 +1,4 @@ -NIP-26 +NIP-23 ====== Relays List diff --git a/README.md b/README.md index 988aedf..dd34819 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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) +- [NIP-23: Relays List](23.md) ## Event Kinds @@ -32,7 +32,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | 4 | Encrypted Direct Messages | 4 | | 5 | Event Deletion | 9 | | 7 | Reaction | 25 | -| 10001 | Relays List | 26 | +| 10001 | Relays List | 23 | Please update this list when proposing NIPs introducing new event kinds.