We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d449a77 commit bdec84cCopy full SHA for bdec84c
README.md
@@ -35,13 +35,13 @@ export AWS_PROFILE=acme_dev
35
aws sso login
36
```
37
38
-You can then start using software with the other wrap profile:
+You can then start using software with the other wrapper profile:
39
40
```bash
41
export AWS_PROFILE=wrap_acme_dev
42
aws ec2 describe-vpcs
43
44
45
But of course you didn't download this tool to use it with the
46
-AWS CLI, you used it so that you could launch other applications
47
-using `AWS_PROFILE` or wrapper scripts.
+AWS CLI, you downloaded it so that you could launch other applications
+using `AWS_PROFILE` without wrapper scripts.
0 commit comments