upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/05.md
diff options
context:
space:
mode:
authorTerry Yiu <963907+tyiu@users.noreply.github.com>2024-11-03 22:33:48 +0100
committerTerry Yiu <963907+tyiu@users.noreply.github.com>2024-11-03 22:33:48 +0100
commit087437042be0dac04a5fce9ea243b6babd31fb63 (patch)
tree91ae3ca09f6e555e9a61ceeb7ea771046b4c58de /05.md
parentc275ae74eb0070ad7ac5fe2482fdfb91fc99f4ff (diff)
Remove extra backticks in code blocks and change unnecessary gender-specific pronouns to be gender neutral
Diffstat (limited to '05.md')
-rw-r--r--05.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/05.md b/05.md
index ca6da7b..b914344 100644
--- a/05.md
+++ b/05.md
@@ -33,7 +33,7 @@ It will make a GET request to `https://example.com/.well-known/nostr.json?name=b
33 "bob": "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9" 33 "bob": "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9"
34 } 34 }
35} 35}
36```` 36```
37 37
38or with the **recommended** `"relays"` attribute: 38or with the **recommended** `"relays"` attribute:
39 39
@@ -46,7 +46,7 @@ or with the **recommended** `"relays"` attribute:
46 "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ] 46 "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ]
47 } 47 }
48} 48}
49```` 49```
50 50
51If the pubkey matches the one given in `"names"` (as in the example above) that means the association is right and the `"nip05"` identifier is valid and can be displayed. 51If the pubkey matches the one given in `"names"` (as in the example above) that means the association is right and the `"nip05"` identifier is valid and can be displayed.
52 52