Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correct the SwiftPM dependency example
  • Loading branch information
alanzeino authored Aug 25, 2021
1 parent d985579 commit c31f0ac
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 @@ -57,7 +57,7 @@ Add the following line to your `Package.swift`:

```spm
dependencies: [
.package(url: "https://github.com/uber/ios-snapshot-test-case.git", .exact("6.2.1")),
.package(url: "https://github.com/uber/ios-snapshot-test-case.git", from("7.0.0")),
],
```

Expand Down

0 comments on commit c31f0ac

Please sign in to comment.