From 83cbd3e17a12bbc2b63799fe8f53883f80f70809 Mon Sep 17 00:00:00 2001 From: Suhail Saqan Date: Sat, 17 Jun 2023 16:01:03 -0500 Subject: [PATCH] change from `Image` to `Icon` --- 11.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/11.md b/11.md index 3ad6896..ec46b36 100644 --- a/11.md +++ b/11.md @@ -255,14 +255,14 @@ Relays that require payments may want to expose their fee schedules. } ``` -### Image ### +### Icon ### -A URL pointing to an image to be used to represent the relay. +A URL pointing to an image to be used as an icon for the relay. Recommended to be squared in shape. ```json { ... - "image": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg", + "icon": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg", ... } ``` @@ -294,4 +294,4 @@ As of 2 May 2023 the following `curl` command provided these results. "payments_url":"https://eden.nostr.land/invoices", "fees":{"admission":[{"amount":5000000,"unit":"msats"}], "publication":[]}}, - "image": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg" + "icon": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg"