Skip to content

Commit c8639a0

Browse files
authored
Merge pull request #54 from e28eta/patch-1
Fix project name in Installation Instructions
2 parents ba30334 + f32c56a commit c8639a0

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
@@ -172,10 +172,10 @@ Installation
172172

173173
#### Swift Package Manager
174174

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

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

181181
#### Carthage

0 commit comments

Comments
 (0)