Skip to content

Commit 108e6ce

Browse files
committed
docs: reference 1.0.0 package version in README
1 parent d229625 commit 108e6ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add TextDiff as a Swift Package dependency in Xcode or in `Package.swift`:
1313

1414
```swift
1515
dependencies: [
16-
.package(url: "https://github.com/your-org/TextDiff.git", branch: "main")
16+
.package(url: "https://github.com/iSapozhnik/TextDiff.git", from: "1.0.0")
1717
]
1818
```
1919

0 commit comments

Comments
 (0)