Skip to content

Commit

Permalink
Update README.md (#64)
Browse files Browse the repository at this point in the history
Updated SPM install sample
  • Loading branch information
Nerkyator committed Apr 22, 2024
1 parent 226008d commit 139c24d
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 @@ -207,7 +207,7 @@ This library contains optional additions for use with PromiseKit. See the [sourc
To install the library, either add it as a dependency in a `Package.swift` like:

```swift
.Package(url: "https://github.com/home-assistant/HAKit.git", majorVersion: 0)
.package(url: "https://github.com/home-assistant/HAKit", from: Version(0, 4, 1))
```

To add it to an Xcode project, you can do this by adding the URL to File > Swift Packages > Add Package Dependency. You will find a few targets available:
Expand Down

0 comments on commit 139c24d

Please sign in to comment.