We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b9664 commit c80420bCopy full SHA for c80420b
README.md
@@ -7,7 +7,7 @@ SideKit allows apps to communicate with [SideServer mobile](https://github.com/S
7
To use AltKit in your app, add the following to your `Package.swift` file's dependencies:
8
9
```swift
10
-.package(url: "https://github.com/rileytestut/AltKit.git", .upToNextMajor(from: "0.0.1")),
+.package(url: "https://github.com/SideStore/SideKit.git", .upToNextMajor(from: "0.0.1")),
11
```
12
13
Next, add the SideKit package as a dependency for your target:
0 commit comments