NIP-11: add comma and remove empty lines (#2066)

This commit is contained in:
Yoji Shidara 2025-09-19 20:55:42 +09:00 committed by GitHub
parent abe6fb959c
commit 90fcf4a44e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

4
11.md
View File

@ -20,11 +20,9 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application
"contact": <administrative alternate contact>, "contact": <administrative alternate contact>,
"supported_nips": <a list of NIP numbers supported by the relay>, "supported_nips": <a list of NIP numbers supported by the relay>,
"software": <string identifying relay software URL>, "software": <string identifying relay software URL>,
"version": <string version identifier> "version": <string version identifier>,
"privacy_policy": <a link to a text file describing the relay's privacy policy>, "privacy_policy": <a link to a text file describing the relay's privacy policy>,
"terms_of_service": <a link to a text file describing the relay's term of service>, "terms_of_service": <a link to a text file describing the relay's term of service>,
} }
``` ```