Skip to content

Commit d80745d

Browse files
committed
Update README.md
1 parent c7179e7 commit d80745d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ If you want to use `static-libgit2` in another package (say, to expose some cool
2626

2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/bdewey/static-libgit2", branch: "main"),
30-
]
29+
.package(url: "https://github.com/bdewey/static-libgit2", from: "0.1.0"),
30+
],
3131
```
3232

3333
# What's Included

0 commit comments

Comments
 (0)