Merge pull request #195 from oohira/fix-readme-typo

Fix typo in README
This commit is contained in:
Mark McGranaghan 2018-02-12 06:51:51 -08:00 committed by GitHub
commit 5829a41f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ To upload the site:
```console
$ gem install aws-sdk
$ export export AWS_ACCESS_KEY_ID=...
$ export AWS_ACCESS_KEY_ID=...
$ export AWS_SECRET_ACCESS_KEY=...
$ tools/upload-site
```