diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -16,7 +16,6 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 16 | - [NIP-12: Generic Tag Queries](12.md) | 16 | - [NIP-12: Generic Tag Queries](12.md) |
| 17 | - [NIP-13: Proof of Work](13.md) | 17 | - [NIP-13: Proof of Work](13.md) |
| 18 | - [NIP-14: Subject tag in text events.](14.md) | 18 | - [NIP-14: Subject tag in text events.](14.md) |
| 19 | - [NIP-15: End of Stored Events Notice](15.md) | ||
| 20 | - [NIP-16: Event Treatment](16.md) | 19 | - [NIP-16: Event Treatment](16.md) |
| 21 | - [NIP-18: Reposts](18.md) | 20 | - [NIP-18: Reposts](18.md) |
| 22 | - [NIP-19: bech32-encoded entities](19.md) | 21 | - [NIP-19: bech32-encoded entities](19.md) |
| @@ -96,7 +95,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 96 | |--------|---------------------------------------------------------|-------------| | 95 | |--------|---------------------------------------------------------|-------------| |
| 97 | | EVENT | used to send events requested to clients | [1](01.md) | | 96 | | EVENT | used to send events requested to clients | [1](01.md) | |
| 98 | | NOTICE | used to send human-readable messages to clients | [1](01.md) | | 97 | | NOTICE | used to send human-readable messages to clients | [1](01.md) | |
| 99 | | EOSE | used to notify clients all stored events have been sent | [15](15.md) | | 98 | | EOSE | used to notify clients all stored events have been sent | [1](01.md) | |
| 100 | | OK | used to notify clients if an EVENT was successful | [20](20.md) | | 99 | | OK | used to notify clients if an EVENT was successful | [20](20.md) | |
| 101 | | AUTH | used to send authentication challenges | [42](42.md) | | 100 | | AUTH | used to send authentication challenges | [42](42.md) | |
| 102 | | COUNT | used to send requested event counts to clients | [45](45.md) | | 101 | | COUNT | used to send requested event counts to clients | [45](45.md) | |