Skip to content

Commit dc397ee

Browse files
authored
Merge pull request aws#5 from Autumn808/main
Fixed Region example
2 parents 51f53ff + 88c1095 commit dc397ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can use the `AWS_REGION` environment variable to match the endpoint that you
6464
communicating with by setting it as part of your application start-up, as follows.
6565

6666
``` shell
67-
$ export AWS_REGION=us-east-1
67+
$ export AWS_REGION=us-east-2
6868
```
6969

7070
## Constructor

0 commit comments

Comments
 (0)