Skip to content

Commit

Permalink
Merge pull request #251 from CodaFi/update-readme
Browse files Browse the repository at this point in the history
Update to Swift 4 package def
  • Loading branch information
CodaFi authored Oct 18, 2017
2 parents 75d63c5 + 328fff3 commit f0ae4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ SwiftCheck can be included one of two ways:
- Add SwiftCheck to your `Package.swift` file's dependencies section:

```swift
.Package(url: "https://github.com/typelift/SwiftCheck.git", versions: Version(0,6,0)..<Version(1,0,0))
.package(url: "https://github.com/typelift/SwiftCheck.git", from: "0.8.1")
```

**Using Carthage**
Expand Down

0 comments on commit f0ae4a8

Please sign in to comment.