Skip to content

Commit 32e1c93

Browse files
authored
Update README.md
1 parent 5f01123 commit 32e1c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ const config = {
2727
```
2828
Copy `serverless.yml` from the root of this repo to the root of your project
2929

30-
After building your app run `sls deploy` to deploy code to AWS using build tool [serverless](https://www.serverless.com/).
30+
After building your app run `sls deploy` to deploy code to AWS using the build tool [serverless](https://www.serverless.com/).
3131

3232
Your app can then be accessed via the CloudFront distribution created as aprt of the stack.
3333

3434
## Static Assets and precompiled pages
35-
To server static assets and precompiled pages this adapter makes use of S3. In order to route traffic the correct destination a Lambda@edge fuction is used to perfrom a origin rewrite is used to redirect traffic to the S3 Bucket.
35+
To server static assets and precompiled pages this adapter makes use of S3. In order to route traffic the correct destination a Lambda@edge fuction is used to perfrom a origin rewrite is used to redirect traffic to the S3 Bucket.

0 commit comments

Comments
 (0)