Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 authored Apr 23, 2023
1 parent 444bd3e commit 91d3817
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ The Satellite is an API communication module written in Swift.
# Contribution

I welcome and appreciate contributions from the community. If you find a bug, have a feature request, or want to contribute code, please submit an issue or a pull request on our GitHub repository freely.
Please see [💪 How to Contribute in Discussion](https://github.com/kuring/the-satellite/discussions/1) tab.
Please see [💪 How to Contribute in Discussion](https://github.com/ku-ring/the-satellite/discussions/1) tab.

> **Important**
>
> When you contribute code via pull request, please add the unit tests for your new functions.
# License
**The Satellite** is released under the MIT license. See [LICENSE](https://github.com/kuring/the-satellite/blob/main/LICENSE) for details.
**The Satellite** is released under the MIT license. See [LICENSE](https://github.com/ku-ring/the-satellite/blob/main/LICENSE) for details.

# Installation

## Installation guide for your Swift Package
1. In your `Package.swift` Swift Package Manager manifest, add the following dependency to your dependencies argument:
```swift
.package(url: "https://github.com/kuring/the-satellite.git, .branch("main")),
.package(url: "https://github.com/ku-ring/the-satellite.git, .branch("main")),
```
2. Add the dependency to any targets you've declared in your manifest:
```swift
Expand All @@ -30,7 +30,7 @@ Please see [💪 How to Contribute in Discussion](https://github.com/kuring/the-
To use the Satellite in your project, follow these steps:
1. In Xcode, select **File** > **Swift Packages** > **Add Package Dependency**.
2. In the search bar, paste the the Satellite URL: https://github.com/kuring/the-satellite
2. In the search bar, paste the the Satellite URL: https://github.com/ku-ring/the-satellite
3. Select the branch as **main** to install.
4. Click **Next**, and then click **Finish**.
Expand Down Expand Up @@ -102,4 +102,4 @@ self.text = catFacts
> **INFORMATION**
>
> For the more information on using async/await style, please see this [link](https://developer.apple.com/documentation/swift/updating_an_app_to_use_swift_concurrency)
> For the more information on using async/await style, please see this [link](https://developer.apple.com/documentation/swift/updating_an_app_to_use_swift_concurrency)

0 comments on commit 91d3817

Please sign in to comment.