mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
Remove extra backticks in code blocks and change unnecessary gender-specific pronouns to be gender neutral
This commit is contained in:
parent
c275ae74eb
commit
087437042b
4 changed files with 5 additions and 5 deletions
4
05.md
4
05.md
|
|
@ -33,7 +33,7 @@ It will make a GET request to `https://example.com/.well-known/nostr.json?name=b
|
|||
"bob": "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9"
|
||||
}
|
||||
}
|
||||
````
|
||||
```
|
||||
|
||||
or with the **recommended** `"relays"` attribute:
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ or with the **recommended** `"relays"` attribute:
|
|||
"b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ]
|
||||
}
|
||||
}
|
||||
````
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue