diff --git a/README.md b/README.md index 7decd8a..34ed3f2 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,9 @@ To add authentication, we can use the following command: ```sh amplify add auth ``` - -> When prompted for __Do you want to use default authentication and security configuration?__, choose __Yes__ +- Do you want to use default authentication and security configuration? __Default configuration__ +- How do you want users to be able to sign in when using your Cognito User Pool? __Username__ +- What attributes are required for signing up? __Email__ (keep default) Now, we'll run the push command and the cloud resources will be created in our AWS account.