Skip to content

Commit 723b466

Browse files
committed
Update package installation
1 parent c545f89 commit 723b466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install using Swift Package Manager
2222

2323
```swift
2424
dependencies: [
25-
.package(url: "https://github.com/0xWDG/DynamicUI.git", .branch("main")),
25+
.package(url: "https://github.com/0xWDG/DynamicUI.git", branch: "main"),
2626
],
2727
targets: [
2828
.target(name: "MyTarget", dependencies: [

0 commit comments

Comments
 (0)