Skip to content

Commit e7f3c9f

Browse files
authored
Fix code block in README
1 parent d445ac9 commit e7f3c9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CognitoYourUserPools-Sample/Swift/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ This sample demonstrates the Amazon Cognito Identity Provider found in the AWS M
2323
1. Open `CognitoYourUserPoolsSample.xcworkspace`.
2424

2525
1. Open **Constants.swift**. Set **CognitoIdentityUserPoolRegion**, **CognitoIdentityUserPoolId**, **CognitoIdentityUserPoolAppClientId** and **CognitoIdentityUserPoolAppClientSecret** to the values obtained when you created your user pool.
26+
2627
let CognitoIdentityUserPoolRegion: AWSRegionType = .Unknown
2728
let CognitoIdentityUserPoolId = "YOUR_USER_POOL_ID"
2829
let CognitoIdentityUserPoolAppClientId = "YOUR_APP_CLIENT_ID"
2930
let CognitoIdentityUserPoolAppClientSecret = "YOUR_APP_CLIENT_SECRET"
31+
3032
1. Build and run the sample app.
3133

3234
## Notes

0 commit comments

Comments
 (0)