Skip to content

Commit

Permalink
update Swift Package instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alemar11 committed Jun 26, 2024
1 parent e4abe3b commit 05de7b1
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 @@ -78,7 +78,7 @@ Once you have your Swift package set up, adding CoreDataPlus as a dependency is

```swift
dependencies: [
.package(url: "https://github.com/alemar11/CoreDataPlus.git", .upToNextMajor(from: "6.0.0"))
.package(url: "https://github.com/alemar11/CoreDataPlus.git", from: "6.0.0")
]
```

Expand Down

0 comments on commit 05de7b1

Please sign in to comment.