upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2022-06-20 14:51:21 -0300
committerGitHub <noreply@github.com>2022-06-20 14:51:21 -0300
commit7f7da50636a26ccdf110f608b64c880d502386e5 (patch)
treec4f6f955f3052d3860cc235410d0c17ee1229423 /README.md
parent4d19ef128e9e1bacc7ea102dd314afd41e20fc69 (diff)
note kind 0 is on nip 1 too.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index fba481e..c1b7d68 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,14 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
21 21
22## Event Kinds 22## Event Kinds
23 23
24| kind | description | NIP | 24| kind | description | NIP |
25|------|---------------------------|-----| 25|------|---------------------------|------|
26| 0 | Metadata | 5 | 26| 0 | Metadata | 1, 5 |
27| 1 | Text | 1 | 27| 1 | Text | 1 |
28| 2 | Recommend Relay | 1 | 28| 2 | Recommend Relay | 1 |
29| 3 | Contacts | 2 | 29| 3 | Contacts | 2 |
30| 4 | Encrypted Direct Messages | 4 | 30| 4 | Encrypted Direct Messages | 4 |
31| 5 | Event Deletion | 9 | 31| 5 | Event Deletion | 9 |
32 32
33Please update this list when proposing NIPs introducing new event kinds. 33Please update this list when proposing NIPs introducing new event kinds.
34 34