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}

) }