Skip to content

Commit 74c2868

Browse files
committed
Fix Thinko in README
1 parent 46e08b5 commit 74c2868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FileCheck
2-
[![Build Status](https://travis-ci.org/trill-lang/FileCheck.svg?branch=master)](https://travis-ci.org/trill-lang/FileCheck)
2+
[![Build Status](https://travis-ci.org/llvm-swift/FileCheck.svg?branch=master)](https://travis-ci.org/llvm-swift/FileCheck)
33

44
A standalone Swift version of LLVM's flexible pattern matching file verifier
55

@@ -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/trill-lang/FileCheck.git", versions: Version(0,0,1)..<Version(1,0,0))
57+
.Package(url: "https://github.com/llvm-swift/FileCheck.git", versions: Version(0,0,1)..<Version(1,0,0))
5858
```
5959

6060
## Authors

0 commit comments

Comments
 (0)