Skip to content

Commit

Permalink
udpate README for clarity (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharpandey13 authored Jan 8, 2025
1 parent 0f2f042 commit 62e1890
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 @@ -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}',
});
Expand Down

0 comments on commit 62e1890

Please sign in to comment.