From 3a7b4d8ac01acec50563fbab0acbfb6aa2b8b22b Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 25 Jul 2022 20:14:52 -0300 Subject: [PATCH] add event kind 20001 to table. --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index acf86894..aacc5716 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,16 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh ## 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 | +| 20001 | Client Identification | 21 | Please update this list when proposing NIPs introducing new event kinds.