diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -224,8 +224,6 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 224 | | `AUTH` | used to send authentication challenges | [42](42.md) | | 224 | | `AUTH` | used to send authentication challenges | [42](42.md) | |
| 225 | | `COUNT` | used to send requested event counts to clients | [45](45.md) | | 225 | | `COUNT` | used to send requested event counts to clients | [45](45.md) | |
| 226 | 226 | ||
| 227 | Please update these lists when proposing NIPs introducing new event kinds. | ||
| 228 | |||
| 229 | ## Standardized Tags | 227 | ## Standardized Tags |
| 230 | 228 | ||
| 231 | | name | value | other parameters | NIP | | 229 | | name | value | other parameters | NIP | |
| @@ -277,6 +275,8 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 277 | | `web` | webpage URL | -- | [34](34.md) | | 275 | | `web` | webpage URL | -- | [34](34.md) | |
| 278 | | `zap` | pubkey (hex), relay URL | weight | [57](57.md) | | 276 | | `zap` | pubkey (hex), relay URL | weight | [57](57.md) | |
| 279 | 277 | ||
| 278 | Please update these lists when proposing new NIPs. | ||
| 279 | |||
| 280 | ## Criteria for acceptance of NIPs | 280 | ## Criteria for acceptance of NIPs |
| 281 | 281 | ||
| 282 | 1. They should be fully implemented in at least two clients and one relay -- when applicable. | 282 | 1. They should be fully implemented in at least two clients and one relay -- when applicable. |