Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Jun 2, 2024
1 parent 5c5fa69 commit 97e1e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Builder was deployed as Swift Package Manager. Package to install in a project.
let package = Package(
...
dependencies: [
.package(url: "https://github.com/Pelagornis/Builder.git", from: "1.0.0")
.package(url: "https://github.com/pelagornis/swift-builder.git", from: "1.1.0")
],
...
)
Expand Down

0 comments on commit 97e1e4b

Please sign in to comment.