Update README.md

This commit is contained in:
DZ 2022-10-08 13:13:20 +02:00 committed by William Casarin
parent 3c0c3ca0f3
commit 6ba2fc3338

View File

@ -25,7 +25,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
## Event Kinds
| kind | description | NIP |
|-------------|----------------------------|------------------------|
|-------------|-----------------------------|------------------------|
| 0 | Metadata | [1](01.md), [5](05.md) |
| 1 | Text | [1](01.md) |
| 2 | Recommend Relay | [1](01.md) |
@ -39,7 +39,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
| 43 | Channel Hide Message | [28](28.md) |
| 44 | Channel Mute User | [28](28.md) |
| 45-49 | Public Chat Reserved | [28](28.md) |
| 10000-19999 | Replacable Events Reserved | [16](16.md) |
| 10000-19999 | Replaceable Events Reserved | [16](16.md) |
| 20000-29999 | Ephemeral Events Reserved | [16](16.md) |
@ -54,10 +54,10 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
### Relay to Client
| type | description | NIP |
|--------|------------------------------------------------------------------------|-------------|
| EVENT | used to send events requested by clients | [1](01.md) |
| NOTICE | used to send human-readable error messages or other things to clients | [1](01.md) |
| EOSE | used to clients when all stored events have been sent | [15](15.md) |
|--------|---------------------------------------------------------|-------------|
| EVENT | used to send events requested to clients | [1](01.md) |
| NOTICE | used to send human-readable messages to clients | [1](01.md) |
| EOSE | used to notify clients all stored events have been sent | [15](15.md) |
Please update these lists when proposing NIPs introducing new event kinds.