From 80cc42ee44a1f8fcc180d3410e55ecffb17a8114 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 20 Nov 2024 11:13:00 -0600 Subject: [PATCH] NIP-24: avatar -> picture (in example JSON) Co-authored-by: Asai Toshiya --- 24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24.md b/24.md index 3555fbb..62f4579 100644 --- a/24.md +++ b/24.md @@ -31,7 +31,7 @@ In the context of a full metadata object: ```json { "name": "Alex", - "avatar": "https://...", + "picture": "https://...", "fields": [ ["Pronouns", "ye/haw"], ["Lifestyle", "vegan"],