Skip to content

Commit

Permalink
Fix Thinko in README
Browse files Browse the repository at this point in the history
  • Loading branch information
CodaFi committed Jan 17, 2018
1 parent 46e08b5 commit 74c2868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FileCheck
[![Build Status](https://travis-ci.org/trill-lang/FileCheck.svg?branch=master)](https://travis-ci.org/trill-lang/FileCheck)
[![Build Status](https://travis-ci.org/llvm-swift/FileCheck.svg?branch=master)](https://travis-ci.org/llvm-swift/FileCheck)

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

Expand Down Expand Up @@ -54,7 +54,7 @@ comments.
- Add FileCheck to your `Package.swift` file's dependencies section:

```swift
.Package(url: "https://github.com/trill-lang/FileCheck.git", versions: Version(0,0,1)..<Version(1,0,0))
.Package(url: "https://github.com/llvm-swift/FileCheck.git", versions: Version(0,0,1)..<Version(1,0,0))
```

## Authors
Expand Down

0 comments on commit 74c2868

Please sign in to comment.