From f05acad4b0e18e0de4e04ddb976261cf8c352002 Mon Sep 17 00:00:00 2001 From: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com> Date: Thu, 26 Oct 2023 21:47:21 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7864430..a3188fd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To run the project locally we need to setup google signin initially and need a l - Choose the application type as Web application and add authorized JavaScript origins. ( eg. http://localhost and http://localhost:3000) - Note the generated "Client ID." -4. **Set `data-client-id` in HTML from a JSON file:** +4. **Set `data-client_id` in HTML from a JSON file:** - In config.json file replace the client_id with the copied value ### Running the Project