Skip to content

Commit 3b67c69

Browse files
committed
Fix README
1 parent 67a23c7 commit 3b67c69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check the [.tool-versions](./.tool-versions) file to see the tools and the versi
88

99
## Website Deployment
1010

11-
The _basic_ steps to deploy an static website with this setup:
11+
The _basic_ steps to deploy an static website with this setup would be:
1212

1313
1. Build your site
1414
2. Upload/sync your new build to S3
@@ -20,7 +20,7 @@ For example:
2020
# Build (outputs to the dist directory)
2121
npm run build
2222

23-
# Sync to the S3 bucket my-web-bucket
23+
# Sync the dist directory to the S3 bucket my-web-bucket
2424
aws s3 sync ./dist s3://my-web-bucket/ --delete
2525

2626
# Invalidate CloudFront cache

0 commit comments

Comments
 (0)