Skip to content

Commit 904737a

Browse files
authored
Update README.md
1 parent 2675295 commit 904737a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ let package = Package(
4545
targets: [
4646
.target(
4747
name: "YourTargetName",
48-
dependencies: ["SDL2"])
48+
dependencies: [
49+
.product(name: "SDL", package: "SwiftSDL2")
50+
])
4951
]
5052
)
5153

0 commit comments

Comments
 (0)