From 762c64bbe89b42f8feb95fba60c3f4274ebddbcf Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 25 Apr 2024 09:39:46 -0400 Subject: [PATCH] fixes formatting --- 55.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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