Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed May 24, 2024
1 parent 38bcf83 commit 2d66fff
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 @@ -11,7 +11,7 @@ To use the `Fakes` library in a SwiftPM project, add the following line to the
dependencies in your `Package.swift` file:

```swift
.package(url: "https://github.com/Quick/swift-fakes", from: "0.0.1"),
.package(url: "https://github.com/Quick/swift-fakes", from: "0.1.1"),
```

Include `"Fakes"` as a dependency for your test target:
Expand Down

0 comments on commit 2d66fff

Please sign in to comment.