Skip to content

Commit 0eb888b

Browse files
committedOct 17, 2019
Update SwiftPM instruction in README
1 parent 1dc8360 commit 0eb888b

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
@@ -54,7 +54,7 @@ comments.
5454
- Add FileCheck to your `Package.swift` file's dependencies section:
5555

5656
```swift
57-
.Package(url: "https://github.com/llvm-swift/FileCheck.git", versions: Version(0,0,1)..<Version(1,0,0))
57+
.package(url: "https://github.com/llvm-swift/FileCheck.git", "0.0.1"..."1.0.0")
5858
```
5959

6060
## Authors

0 commit comments

Comments
 (0)