Skip to content

Commit c3a1667

Browse files
lbalmacedaSteve Hobbs
and
Steve Hobbs
committed
nit: wording
Co-authored-by: Steve Hobbs <[email protected]>
1 parent a21f3a6 commit c3a1667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you haven't done yet, go to [Auth0](https://auth0.com) and create an Account,
4040
https://{YOUR_AUTH0_DOMAIN}/android/{YOUR_APP_PACKAGE_NAME}/callback
4141
```
4242

43-
The *package name* value required in the Callback URL can be found in your app's `build.gradle` file in the `applicationId` property. Both the *domain* and *client id* values can be found at the top of your Auth0 Application's settings. You're going to use them to setup the SDK. It's a good practice to add them to the `strings.xml` file as string resources that you can reference later from the code. This guide will follow that practice.
43+
The *package name* value required in the Callback URL can be found in your app's `build.gradle` file in the `applicationId` property. Both the *domain* and *client id* values can be found at the top of your Auth0 Application's settings. You're going to use them to setup the SDK. It's good practice to add them to the `strings.xml` file as string resources that you can reference later from the code. This guide will follow that practice.
4444

4545
```xml
4646
<resources>

0 commit comments

Comments
 (0)