Skip to content

Commit

Permalink
Update package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Jul 26, 2024
1 parent c545f89 commit 723b466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install using Swift Package Manager

```swift
dependencies: [
.package(url: "https://github.com/0xWDG/DynamicUI.git", .branch("main")),
.package(url: "https://github.com/0xWDG/DynamicUI.git", branch: "main"),
],
targets: [
.target(name: "MyTarget", dependencies: [
Expand Down

0 comments on commit 723b466

Please sign in to comment.