File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6767 - Multi-platform support (iOS, macOS, tvOS, watchOS)
6868 - Complete Pokemon API demo application
6969
70- [ Unreleased ] : https://github.com/muzix/swiftui-query /compare/v0.2.0...HEAD
71- [ 0.2.0 ] : https://github.com/muzix/swiftui-query /compare/v0.1.0...v0.2.0
72- [ 0.1.0 ] : https://github.com/muzix/swiftui-query /releases/tag/v0.1.0
70+ [ Unreleased ] : https://github.com/muzix/SwiftUIQuery /compare/v0.2.0...HEAD
71+ [ 0.2.0 ] : https://github.com/muzix/SwiftUIQuery /compare/v0.1.0...v0.2.0
72+ [ 0.1.0 ] : https://github.com/muzix/SwiftUIQuery /releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ Add SwiftUI Query to your `Package.swift` file:
2626
2727``` swift
2828dependencies: [
29- .package (url : " https://github.com/muzix/swiftui-query .git" , from : " 0.2.0" )
29+ .package (url : " https://github.com/muzix/SwiftUIQuery .git" , from : " 0.2.0" )
3030]
3131```
3232
3333Or add it through Xcode:
34341 . File → Add Package Dependencies
35- 2 . Enter the repository URL: ` https://github.com/muzix/swiftui-query .git `
35+ 2 . Enter the repository URL: ` https://github.com/muzix/SwiftUIQuery .git `
36363 . Select the version
3737
3838## Quick Start
You can’t perform that action at this time.
0 commit comments