Skip to content

Commit 6f033fb

Browse files
authored
Update README.md
1 parent de79cfa commit 6f033fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ let package = Package(
1515
...
1616
dependencies: [
1717
...
18-
.package(name: "Supabase", url: "https://github.com/supabase-community/supabase-swift.git", from: "1.0.0"), // Add the package
18+
.package(
19+
url: "https://github.com/supabase-community/supabase-swift.git",
20+
from: "1.0.0"
21+
),
1922
],
2023
targets: [
2124
.target(

0 commit comments

Comments
 (0)