Skip to content

Commit 5ec9a90

Browse files
authored
[doc] add 'path: Source' to the quick setup guide (#440)
Fix the `Package.Swift` in the quick setup doc file This is a follow up and a miss from #439
1 parent e5404c9 commit 5ec9a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntimeCore/Documentation.docc/quick-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let package = Package(
4545
dependencies: [
4646
.product(name: "AWSLambdaRuntime", package: "swift-aws-lambda-runtime"),
4747
],
48-
path: "."
48+
path: "Sources"
4949
),
5050
]
5151
)

0 commit comments

Comments
 (0)