From 7f7da50636a26ccdf110f608b64c880d502386e5 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 20 Jun 2022 14:51:21 -0300 Subject: [PATCH] note kind 0 is on nip 1 too. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fba481e5..c1b7d686 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh ## Event Kinds -| kind | description | NIP | -|------|---------------------------|-----| -| 0 | Metadata | 5 | -| 1 | Text | 1 | -| 2 | Recommend Relay | 1 | -| 3 | Contacts | 2 | -| 4 | Encrypted Direct Messages | 4 | -| 5 | Event Deletion | 9 | +| 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 | Please update this list when proposing NIPs introducing new event kinds.