upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoji Shidara <dara@shidara.net>2025-09-19 20:55:42 +0900
committerGitHub <noreply@github.com>2025-09-19 07:55:42 -0400
commit90fcf4a44e659af0f79a6bfec5b5f018fe0bd4ff (patch)
treef5f4fcb0b70ad518d56ce2a626b81bb8d529bd58
parentabe6fb959c4517c30ac1476e113d8f64eab0a8ff (diff)
NIP-11: add comma and remove empty lines (#2066)
-rw-r--r--11.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/11.md b/11.md
index bb5c534..5c3b9da 100644
--- a/11.md
+++ b/11.md
@@ -20,11 +20,9 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application
20 "contact": <administrative alternate contact>, 20 "contact": <administrative alternate contact>,
21 "supported_nips": <a list of NIP numbers supported by the relay>, 21 "supported_nips": <a list of NIP numbers supported by the relay>,
22 "software": <string identifying relay software URL>, 22 "software": <string identifying relay software URL>,
23 "version": <string version identifier> 23 "version": <string version identifier>,
24 "privacy_policy": <a link to a text file describing the relay's privacy policy>, 24 "privacy_policy": <a link to a text file describing the relay's privacy policy>,
25 "terms_of_service": <a link to a text file describing the relay's term of service>, 25 "terms_of_service": <a link to a text file describing the relay's term of service>,
26
27
28} 26}
29``` 27```
30 28