Skip to content

Commit

Permalink
[M] readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinz1911 committed Mar 22, 2024
1 parent 2f7cc2d commit 3289454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The `Fusion Framing Protocol (FFP)` is proprietary networking protocol which use
# Overview
| Swift Version | License | Coverage |
|--------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| [![Swift 5.8](https://img.shields.io/badge/Swift-5.8-orange.svg?logo=swift&style=flat)](https://swift.org) | [![License](https://img.shields.io/badge/license-GPLv3-blue.svg?longCache=true&style=flat)](https://github.com/Vinz1911/FusionKit/blob/main/LICENSE) | [![codecov](https://codecov.io/github/Vinz1911/FusionKit/branch/main/graph/badge.svg?token=EE3S0BOINS)](https://codecov.io/github/Vinz1911/FusionKit) |
| [![Swift 5.8](https://img.shields.io/badge/SPM-Support-orange.svg?logo=swift&style=flat)](https://swift.org) | | |
| [![Swift 5.10](https://img.shields.io/badge/Swift-5.10-orange.svg?logo=swift&style=flat)](https://swift.org) | [![License](https://img.shields.io/badge/license-GPLv3-blue.svg?longCache=true&style=flat)](https://github.com/Vinz1911/FusionKit/blob/main/LICENSE) | [![codecov](https://codecov.io/github/Vinz1911/FusionKit/branch/main/graph/badge.svg?token=EE3S0BOINS)](https://codecov.io/github/Vinz1911/FusionKit) |
| [![Swift 5.10](https://img.shields.io/badge/SPM-Support-orange.svg?logo=swift&style=flat)](https://swift.org) | | |

## Installation:
### Swift Packages
Expand All @@ -17,7 +17,7 @@ The `Fusion Framing Protocol (FFP)` is proprietary networking protocol which use
// ...
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Vinz1911/FusionKit.git", .exact("8.0.0")),
.package(url: "https://github.com/Vinz1911/FusionKit.git", from: .init(stringLiteral: "8.0.0")),
],
// ...
```
Expand Down

0 comments on commit 3289454

Please sign in to comment.