From 97bd6ca0ebf011535bddfd781c54fd152da46cb1 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 10 Dec 2024 15:10:13 -0500 Subject: [PATCH] Updated README --- 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}', });