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

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
```