We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a23c7 commit 3b67c69Copy full SHA for 3b67c69
1 file changed
README.md
@@ -8,7 +8,7 @@ Check the [.tool-versions](./.tool-versions) file to see the tools and the versi
8
9
## Website Deployment
10
11
-The _basic_ steps to deploy an static website with this setup:
+The _basic_ steps to deploy an static website with this setup would be:
12
13
1. Build your site
14
2. Upload/sync your new build to S3
@@ -20,7 +20,7 @@ For example:
20
# Build (outputs to the dist directory)
21
npm run build
22
23
-# Sync to the S3 bucket my-web-bucket
+# Sync the dist directory to the S3 bucket my-web-bucket
24
aws s3 sync ./dist s3://my-web-bucket/ --delete
25
26
# Invalidate CloudFront cache
0 commit comments