Skip to content

Commit 7cc2136

Browse files
authored
Update README.md
1 parent 4ec22db commit 7cc2136

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ export AWS_SECRET_ACCESS_KEY=...
2828
export AWS_DEFAULT_REGION=... # eg. us-east-1
2929
```
3030
**Windows**
31-
```set AWS_ACCESS_KEY_ID=...
31+
```
32+
set AWS_ACCESS_KEY_ID=...
3233
set AWS_SECRET_ACCESS_KEY=...
33-
set AWS_DEFAULT_REGION=...
34+
set AWS_DEFAULT_REGION=... # eg. us-east-1
3435
```
3536

3637
4. Make a request using DynamoDB

0 commit comments

Comments
 (0)