Skip to content

Commit c80420b

Browse files
authored
Use correct git for sidekit
1 parent 17b9664 commit c80420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SideKit allows apps to communicate with [SideServer mobile](https://github.com/S
77
To use AltKit in your app, add the following to your `Package.swift` file's dependencies:
88

99
```swift
10-
.package(url: "https://github.com/rileytestut/AltKit.git", .upToNextMajor(from: "0.0.1")),
10+
.package(url: "https://github.com/SideStore/SideKit.git", .upToNextMajor(from: "0.0.1")),
1111
```
1212

1313
Next, add the SideKit package as a dependency for your target:

0 commit comments

Comments
 (0)