From 62e1890b62aec4d229b73e1d13b02cee33e9177a Mon Sep 17 00:00:00 2001 From: Tushar Pandey Date: Wed, 8 Jan 2025 13:24:43 +0530 Subject: [PATCH] udpate README for clarity (#1067) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9ad48cd6..b48d2e2ee 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This client can be used to access Auth0's [Authentication API](https://auth0.com import { AuthenticationClient } from 'auth0'; const auth0 = new AuthenticationClient({ - domain: '{YOUR_ACCOUNT}.auth0.com', + domain: '{YOUR_TENANT_AND REGION}.auth0.com', clientId: '{OPTIONAL_CLIENT_ID}', clientSecret: '{OPTIONAL_CLIENT_SECRET}', });