Skip to content

Commit

Permalink
Merge pull request #54 from e28eta/patch-1
Browse files Browse the repository at this point in the history
Fix project name in Installation Instructions
  • Loading branch information
CodaFi authored May 9, 2018
2 parents ba30334 + f32c56a commit c8639a0
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
Expand Up @@ -172,10 +172,10 @@ Installation

#### Swift Package Manager

- Add SwiftCheck to your `Package.swift` file's dependencies section:
- Add Concurrent to your `Package.swift` file's dependencies section:

```
.Package(url: "https://github.com/typelift/Concurrent.git", versions: Version(0,4,0)..<Version(1,0,0))
.package(url: "https://github.com/typelift/Concurrent.git", "0.4.0"..<"1.0.0")
```

#### Carthage
Expand Down

0 comments on commit c8639a0

Please sign in to comment.