mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-24 17:35:50 -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>"],
|
["l", "<skill>", "<skill-ontology>"],
|
||||||
["a", "11000:<pubkey>:"]
|
["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.
|
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,
|
"kind": 518,
|
||||||
"tags": [
|
"tags": [
|
||||||
["a", "11000:<pubkey>:"]
|
["a", "11000:<pubkey>:"]
|
||||||
],
|
],
|
||||||
"content": "<recommendation text>"
|
"content": "<recommendation text>"
|
||||||
|
//...
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user