From bdf1085b952686ae042c212429f3b2944a682178 Mon Sep 17 00:00:00 2001 From: David Strayhorn Date: Mon, 2 Jan 2023 15:08:47 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f178cd0..9811881 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,9 @@ const Profile = () => { return ( <> -

Name: userData?.name

-

Public key: userData?.npub

-

Picture URL: userData?.avatarUrl

+

Name: {userData?.name}

+

Public key: {userData?.npub}

+

Picture URL: {userData?.picture}

) }