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:
authorAsai Toshiya <to.asai.60@gmail.com>2023-12-23 01:07:55 +0900
committerGitHub <noreply@github.com>2023-12-23 01:07:55 +0900
commit91244c50cdb77fd94021d0847148e091b8d468d1 (patch)
tree7b607a5b5c3dad757db0aaa9903dbe4725a9eb3b /README.md
parentb946a8613584a8d9791d42d4b7c7abe1d820567b (diff)
Add leading zero to NIP numbers
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ce1542b..2467eb6 100644
--- a/README.md
+++ b/README.md
@@ -78,12 +78,12 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
78## Event Kinds 78## Event Kinds
79| kind | description | NIP | 79| kind | description | NIP |
80| ------------- | -------------------------- | ----------- | 80| ------------- | -------------------------- | ----------- |
81| `0` | Metadata | [1](01.md) | 81| `0` | Metadata | [01](01.md) |
82| `1` | Short Text Note | [1](01.md) | 82| `1` | Short Text Note | [01](01.md) |
83| `2` | Recommend Relay | 1 (before 2023-08-13) | 83| `2` | Recommend Relay | 01 (before 2023-08-13) |
84| `3` | Follows | [2](02.md) | 84| `3` | Follows | [02](02.md) |
85| `4` | Encrypted Direct Messages | [4](04.md) | 85| `4` | Encrypted Direct Messages | [04](04.md) |
86| `5` | Event Deletion | [9](09.md) | 86| `5` | Event Deletion | [09](09.md) |
87| `6` | Repost | [18](18.md) | 87| `6` | Repost | [18](18.md) |
88| `7` | Reaction | [25](25.md) | 88| `7` | Reaction | [25](25.md) |
89| `8` | Badge Award | [58](58.md) | 89| `8` | Badge Award | [58](58.md) |