diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-06-05 20:18:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-05 20:18:11 -0500 |
| commit | dbbb2a9ff78189fd19641784ed1370e8c98e9ab9 (patch) | |
| tree | fe34c8cc982e7f142c0e06e890d602a168576f0f | |
| parent | a6dfc7b5e513ea3070abcded3608b28e4d4a1512 (diff) | |
| parent | ffe8c6699b2070589d3b677dfe94b83f7714354d (diff) | |
Merge pull request #1288 from AsaiToshiya/AsaiToshiya-patch-14
README: update remark
| -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. |