Skip to content

Commit

Permalink
FIX typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr authored Mar 16, 2024
1 parent b740f33 commit 734e954
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 @@ -11,7 +11,7 @@ A package introducing a `Version` object implementing the `SemanticVersionCompa
#### Swift Package Manager:

```swift
.package(url: https://github.com/mflknr/swift-version-compare.git", from: "2.0.0"))
.package(url: "https://github.com/mflknr/swift-version-compare.git", from: "2.0.0"))
```

# Usage
Expand Down

0 comments on commit 734e954

Please sign in to comment.