From ec35b743d7b7b8d486519d5080fe160b58ef50aa Mon Sep 17 00:00:00 2001 From: Vin Busquet Date: Tue, 30 Apr 2019 20:48:39 -0300 Subject: [PATCH] Update Readme.md Fix deploy command typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 40e61d4..4f3bcfd 100644 --- a/Readme.md +++ b/Readme.md @@ -111,7 +111,7 @@ Build the ember app and copy it to S3, note you'll need the "WebsiteBucket" outp cd client ember build - aws s3 sync dist/ s3://<>/ -acl public-read + aws s3 sync dist/ s3://<>/ --acl public-read Once synced you can visit the URL for your S3 bucket using the `OutputValue` from the hosting template for `WebsiteURL`.