diff --git a/11.md b/11.md index 8af4f313..c3395147 100644 --- a/11.md +++ b/11.md @@ -18,7 +18,7 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application "icon": , "pubkey": , "contact": , - "supported_nips": , + "supported_nips": , "software": , "version": } @@ -64,7 +64,7 @@ An alternative contact may be listed under the `contact` field as well, with the ### Supported NIPs -As the Nostr protocol evolves, some functionality may only be available by relays that implement a specific `NIP`. This field is an array of the integer identifiers of `NIP`s that are implemented in the relay. Examples would include `1`, for `"NIP-01"` and `9`, for `"NIP-09"`. Client-side `NIPs` SHOULD NOT be advertised, and can be ignored by clients. +As the Nostr protocol evolves, some functionality may only be available by relays that implement a specific `NIP`. This field is an array of the string identifiers of `NIP`s that are implemented in the relay. Examples would include `1`, for `"NIP-01"` and `9`, for `"NIP-09"`. Client-side `NIPs` SHOULD NOT be advertised, and can be ignored by clients. ### Software