From 881d0b379e7aa5af8f32607e157b70f0b6771597 Mon Sep 17 00:00:00 2001 From: Alan Zeino Date: Wed, 25 Aug 2021 14:32:06 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44133c4..86c5203 100644 --- a/README.md +++ b/README.md @@ -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.