diff options
| author | AsaiToshiya <to.asai.60@gmail.com> | 2025-03-30 10:03:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 10:03:27 +0900 |
| commit | 9821b0e999be6d8093691fdadc34f94fd1a12a9a (patch) | |
| tree | 75e8f3384b87d4a052dcc93e4a41ea5cb6aef713 | |
| parent | ca9904f0424a2200fa326117ae8188491fd869ac (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -100,6 +100,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 100 | - [NIP-98: HTTP Auth](98.md) | 100 | - [NIP-98: HTTP Auth](98.md) |
| 101 | - [NIP-99: Classified Listings](99.md) | 101 | - [NIP-99: Classified Listings](99.md) |
| 102 | - [NIP-7D: Threads](7D.md) | 102 | - [NIP-7D: Threads](7D.md) |
| 103 | - [NIP-C0: Code Snippets](C0.md) | ||
| 103 | - [NIP-C7: Chats](C7.md) | 104 | - [NIP-C7: Chats](C7.md) |
| 104 | 105 | ||
| 105 | ## Event Kinds | 106 | ## Event Kinds |
| @@ -148,6 +149,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 148 | | `1068` | Poll | [88](88.md) | | 149 | | `1068` | Poll | [88](88.md) | |
| 149 | | `1111` | Comment | [22](22.md) | | 150 | | `1111` | Comment | [22](22.md) | |
| 150 | | `1311` | Live Chat Message | [53](53.md) | | 151 | | `1311` | Live Chat Message | [53](53.md) | |
| 152 | | `1337` | Code Snippet | [C0](C0.md) | | ||
| 151 | | `1617` | Patches | [34](34.md) | | 153 | | `1617` | Patches | [34](34.md) | |
| 152 | | `1621` | Issues | [34](34.md) | | 154 | | `1621` | Issues | [34](34.md) | |
| 153 | | `1622` | Git Replies (deprecated) | [34](34.md) | | 155 | | `1622` | Git Replies (deprecated) | [34](34.md) | |
| @@ -384,4 +386,4 @@ All NIPs are public domain. | |||
| 384 | 386 | ||
| 385 | <a align="center" href="https://github.com/nostr-protocol/nips/graphs/contributors"> | 387 | <a align="center" href="https://github.com/nostr-protocol/nips/graphs/contributors"> |
| 386 | <img src="https://contrib.rocks/image?repo=nostr-protocol/nips" /> | 388 | <img src="https://contrib.rocks/image?repo=nostr-protocol/nips" /> |
| 387 | </a> \ No newline at end of file | 389 | </a> |