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 91d3817 commit 2e05c0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/ku-ring/the-satellite/discussions/1) tab.
Please see [💪 How to Contribute in Discussion](https://github.com/ku-ring/the-satellite/discussions/2) tab.

> **Important**
>
Expand Down Expand Up @@ -46,6 +46,10 @@ import Satellite
"Version **Sputnik**" is the very first version of **the Satellite**, providing very basic public interfaces for API communication in Swift. It offers two main interfaces, one for *Swift concurrency* and another for *Combine*. Let's see how to use them.
> **See Also**
>
> Here is the [class diagram for the Satellte: Sputnik](https://user-images.githubusercontent.com/53814741/232882550-3c0a5efd-0742-4f3b-bbeb-0598012d07d8.png)
### 1. Creating the new Satellite instance with your host domain
```swift
let satellite = Satellite(
Expand Down

0 comments on commit 2e05c0c

Please sign in to comment.