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

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>,
"supported_nips": <a list of NIP numbers supported by the relay>,
"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>,
"terms_of_service": <a link to a text file describing the relay's term of service>,
}
```