Skip to content

Commit

Permalink
README: Drop word "either" from SwiftPM instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell authored May 14, 2019
1 parent a2cdbf8 commit 60fdbb1
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 @@ -72,7 +72,7 @@ The reason the above code will fail to compile is because `Identifiable` require

Since Identity is implemented within a single file, the easiest way to use it is to simply drag and drop it into your Xcode project.

But if you wish to use a dependency manager, you can either use the [Swift Package Manager](https://github.com/apple/swift-package-manager) by declaring Identity as a dependency in your `Package.swift` file:
But if you wish to use a dependency manager, you can use the [Swift Package Manager](https://github.com/apple/swift-package-manager) by declaring Identity as a dependency in your `Package.swift` file:

```swift
.package(url: "https://github.com/JohnSundell/Identity", from: "0.1.0")
Expand Down

0 comments on commit 60fdbb1

Please sign in to comment.