upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2024-06-05 20:18:11 -0500
committerGitHub <noreply@github.com>2024-06-05 20:18:11 -0500
commitdbbb2a9ff78189fd19641784ed1370e8c98e9ab9 (patch)
treefe34c8cc982e7f142c0e06e890d602a168576f0f
parenta6dfc7b5e513ea3070abcded3608b28e4d4a1512 (diff)
parentffe8c6699b2070589d3b677dfe94b83f7714354d (diff)
Merge pull request #1288 from AsaiToshiya/AsaiToshiya-patch-14
README: update remark
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index de85654..18fae53 100644
--- a/README.md
+++ b/README.md
@@ -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
227Please 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
278Please update these lists when proposing new NIPs.
279
280## Criteria for acceptance of NIPs 280## Criteria for acceptance of NIPs
281 281
2821. They should be fully implemented in at least two clients and one relay -- when applicable. 2821. They should be fully implemented in at least two clients and one relay -- when applicable.