Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzeino authored Aug 25, 2021
1 parent 27b03f8 commit 881d0b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ Add the following line to your `Package.swift`:

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

...or integrate with Xcode via `File -> Swift Packages -> Add Package Dependency...` using the URL of the repository. We recommend using "Up to Next Major" with the Version field, as we use Semantic Versioning and only put breaking changes in major versions.

### Step 2: Setup Test Scheme
Replace "Tests" with the name of your test project.

Expand Down

0 comments on commit 881d0b3

Please sign in to comment.