Skip to content

Commit

Permalink
Merge pull request #495 from GitLiveApp/nbransby-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nbransby authored Apr 13, 2024
2 parents 29cb3bd + b3e08e9 commit 90e1bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ user.updateProfile(profileUpdates)

//...becomes...

user.updateProfile(displayName = "state", photoURL = "CA")
user.updateProfile(displayName = "Jane Q. User", photoURL = "https://example.com/jane-q-user/profile.jpg")
```


Expand Down

0 comments on commit 90e1bd6

Please sign in to comment.