diff --git a/55.md b/55.md index 6be1b1a9..daa58741 100644 --- a/55.md +++ b/55.md @@ -81,7 +81,7 @@ NIP-32 labels SHOULD be used to endorse the resume's skills. The `a` tag MUST be ["l", "", ""], ["a", "11000::"] ], - ... + //... } ``` @@ -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::"] ], "content": "" + //... } ``` \ No newline at end of file