Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev authored Nov 20, 2023
1 parent de79cfa commit 6f033fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ let package = Package(
...
dependencies: [
...
.package(name: "Supabase", url: "https://github.com/supabase-community/supabase-swift.git", from: "1.0.0"), // Add the package
.package(
url: "https://github.com/supabase-community/supabase-swift.git",
from: "1.0.0"
),
],
targets: [
.target(
Expand Down

0 comments on commit 6f033fb

Please sign in to comment.