Skip to content

Commit 96b4a84

Browse files
authored
Update README.md
1 parent 57f388c commit 96b4a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ If you already have an AWS CLI profile setup, you can pass that directly into ec
5656
$ ec2-instance-selector --profile my-aws-cli-profile --vcpus 2 --region us-east-1
5757
```
5858

59-
You can set a REGION environment variable if you don't want to pass in `--region` on each run.
59+
You can set the AWS_REGION environment variable if you don't want to pass in `--region` on each run.
6060

6161
```
62-
$ export REGION="us-east-1"
62+
$ export AWS_REGION="us-east-1"
6363
```
6464

6565
## Examples

0 commit comments

Comments
 (0)