From 42a15871fc5f74d36b34e172c41002e9f92eefef Mon Sep 17 00:00:00 2001 From: "Patrick F. Marques" Date: Thu, 4 Apr 2019 20:01:45 +0100 Subject: [PATCH] Fix Readme --- 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`.