Skip to content

Commit 1d6e4d1

Browse files
committed
fix typos
1 parent f04e283 commit 1d6e4d1

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
@@ -20,7 +20,7 @@ Swift AWS Lambda Runtime was designed to make building Lambda functions in Swift
2020

2121
- Ensure you have the Swift 6.x toolchain installed. You can [install Swift toolchains](https://www.swift.org/install/macos/) from Swift.org
2222

23-
- When developing on macOs, be sure you are using macOS 15 (Sequoia) or more recent.
23+
- When developing on macOs, be sure you use macOS 15 (Sequoia) or a more recent macOS version.
2424

2525
- To build and archive the package for AWS Lambda, you need to [install docker](https://docs.docker.com/desktop/install/mac-install/).
2626

@@ -101,7 +101,7 @@ The ZIP file is located at `.build/plugins/AWSLambdaPackager/outputs/AWSLambdaPa
101101

102102
5. Deploy to AWS
103103

104-
There are multiple way to deploy to AWS (SAM, Terraform, CDK, Console) that are covered later in this doc.
104+
There are multiple ways to deploy to AWS (SAM, Terraform, CDK, Console) that are covered later in this doc.
105105
Here is how to deploy using the `aws` command line.
106106

107107
```bash

0 commit comments

Comments
 (0)