Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Dec 10, 2024
1 parent e8b6347 commit 97bd6ca
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 97bd6ca

Please sign in to comment.