Skip to content

Commit 742da3d

Browse files
committed
move from branch to from in the README file
1 parent e5c37fc commit 742da3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ To expose your OpenAPI implementation as an AWS Lambda function:
3838
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
3939

4040
// add these three dependencies
41-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"),
42-
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
43-
.package(url: "https://github.com/sebsto/swift-openapi-lambda", branch: "main")
41+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
42+
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.1.0"),
43+
.package(url: "https://github.com/sebsto/swift-openapi-lambda", from: "0.1.1")
4444
],
4545
```
4646

@@ -203,9 +203,9 @@ let package = Package(
203203
dependencies: [
204204
.package(url: "https://github.com/apple/swift-openapi-generator.git", from: "1.0.0"),
205205
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
206-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"),
207-
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
208-
.package(url: "https://github.com/sebsto/swift-openapi-lambda", branch: "main")
206+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
207+
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.1.0"),
208+
.package(url: "https://github.com/sebsto/swift-openapi-lambda", from: "0.1.1")
209209
],
210210
targets: [
211211
.executableTarget(

0 commit comments

Comments
 (0)