Skip to content

Commit 11756b4

Browse files
authored
Update readme.md
Change instruction to use branch v1 in Package.swift
1 parent 5ecc24f commit 11756b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ First, create a SwiftPM project and pull Swift AWS Lambda Runtime as dependency
2727
.executable(name: "MyLambda", targets: ["MyLambda"]),
2828
],
2929
dependencies: [
30-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha"),
30+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "v1"),
3131
],
3232
targets: [
3333
.executableTarget(name: "MyLambda", dependencies: [
@@ -96,7 +96,7 @@ Next, create a `MyLambda.swift` and implement your Lambda. Note that the file ca
9696
.executable(name: "MyLambda", targets: ["MyLambda"]),
9797
],
9898
dependencies: [
99-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha"),
99+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "v1"),
100100
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
101101
],
102102
targets: [

0 commit comments

Comments
 (0)