Skip to content

Commit 0004e74

Browse files
authored
doc: Cleaned up the "As a result" section (#422)
1 parent fa48e3c commit 0004e74

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ func createIdentityPool() async throws -> CreateIdentityPoolOutputResponse {
130130

131131
As a result, you should be able to:
132132

133-
1. Log into your AWS console, go to us-east-1 (we default region to us-east-1 but you can pass in a region, no region resolver yet)
134-
2. Click on cognito
135-
3. click on cognito identity pools
136-
4. Verify that you see the newly created identity pool name: identityPoolMadeWithSwiftSDK
133+
1. Log into your [AWS console](https://console.aws.amazon.com/).
134+
2. Use the region switcher at the top-right corner of the screen to select the region "US-East (N. Virginia)", also known as `us-east-1`. This is the default region, though you can specify another region in your code if you wish.
135+
3. In the Services popup, click on [Cognito](https://console.aws.amazon.com/cognito) (found under the heading "Security, Identity, & Compliance").
136+
4. Click the "Manage Identity Pools" button on the "Amazon Cognito" page.
137+
5. Verify that you see the newly created identity pool name: `identityPoolMadeWithSwiftSDK`.
137138

138-
139-
If you’ve made it this far... Congrats!🎉
139+
If you’ve made it this far... congratulations! 🎉
140140

141141
*What’s next?*
142142
Try some other calls? Help us better understand what you think the most critical features are next. Run into any bugs? Give us feedback on the call-site interface. etc...

0 commit comments

Comments
 (0)