diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-11-03 16:13:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-03 16:13:53 -0600 |
| commit | 6bcd89c097e97e65dbc95e7c6b7b8348e8dd6b5c (patch) | |
| tree | 91ae3ca09f6e555e9a61ceeb7ea771046b4c58de /05.md | |
| parent | c275ae74eb0070ad7ac5fe2482fdfb91fc99f4ff (diff) | |
| parent | 087437042be0dac04a5fce9ea243b6babd31fb63 (diff) | |
Merge pull request #1563 from tyiu/fix-formatting-and-pronouns
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.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| 38 | or with the **recommended** `"relays"` attribute: | 38 | or 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 | ||
| 51 | If 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. | 51 | If 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 | ||