mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-13 23:39:08 -05:00
fixes formatting
This commit is contained in:
parent
d1e2e58dbf
commit
762c64bbe8
5
55.md
5
55.md
|
@ -81,7 +81,7 @@ NIP-32 labels SHOULD be used to endorse the resume's skills. The `a` tag MUST be
|
|||
["l", "<skill>", "<skill-ontology>"],
|
||||
["a", "11000:<pubkey>:"]
|
||||
],
|
||||
...
|
||||
//...
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -89,12 +89,13 @@ NIP-32 labels SHOULD be used to endorse the resume's skills. The `a` tag MUST be
|
|||
|
||||
Kind `518` MUST be used to write a recommendation into a resume. The `a` tag MUST be added to link to the resume.
|
||||
|
||||
```json
|
||||
```jsonc
|
||||
{
|
||||
"kind": 518,
|
||||
"tags": [
|
||||
["a", "11000:<pubkey>:"]
|
||||
],
|
||||
"content": "<recommendation text>"
|
||||
//...
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user