Skip to content

Commit 92bbe57

Browse files
committed
. d Update SPM instructions
1 parent 3565d89 commit 92bbe57

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,7 @@ Include a ViewControllerPresentationSpy package in your Package.swift manifest's
312312

313313
```swift
314314
dependencies: [
315-
.package(
316-
url: "https://github.com/jonreid/ViewControllerPresentationSpy",
317-
.upToNextMajor(from: "7.0.0")
318-
),
315+
.package(url: "https://github.com/jonreid/ViewControllerPresentationSpy", .from "7.0.0"),
319316
],
320317
```
321318

0 commit comments

Comments
 (0)