Skip to content

Commit 62e1890

Browse files
udpate README for clarity (#1067)
1 parent 0f2f042 commit 62e1890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This client can be used to access Auth0's [Authentication API](https://auth0.com
3737
import { AuthenticationClient } from 'auth0';
3838

3939
const auth0 = new AuthenticationClient({
40-
domain: '{YOUR_ACCOUNT}.auth0.com',
40+
domain: '{YOUR_TENANT_AND REGION}.auth0.com',
4141
clientId: '{OPTIONAL_CLIENT_ID}',
4242
clientSecret: '{OPTIONAL_CLIENT_SECRET}',
4343
});

0 commit comments

Comments
 (0)