From 0c7b732867ea55527a6ec7562e92c091bb329476 Mon Sep 17 00:00:00 2001 From: Drewry Pope Date: Fri, 16 Dec 2022 08:17:38 -0600 Subject: [PATCH] Improve Case Consistency --- 11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11.md b/11.md index 828e1a20..2b268239 100644 --- a/11.md +++ b/11.md @@ -47,7 +47,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 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. ### Software ###