diff options
| author | Yoji Shidara <dara@shidara.net> | 2025-09-19 20:55:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 07:55:42 -0400 |
| commit | 90fcf4a44e659af0f79a6bfec5b5f018fe0bd4ff (patch) | |
| tree | f5f4fcb0b70ad518d56ce2a626b81bb8d529bd58 | |
| parent | abe6fb959c4517c30ac1476e113d8f64eab0a8ff (diff) | |
NIP-11: add comma and remove empty lines (#2066)
| -rw-r--r-- | 11.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -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 | ||