From b3e08e9cc7cab08212090504212f5c5b4d4d7646 Mon Sep 17 00:00:00 2001 From: Nicholas Bransby-Williams Date: Sat, 13 Apr 2024 09:45:31 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8d2ca16b..df4c1f701 100644 --- a/README.md +++ b/README.md @@ -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") ```