Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brillcp committed Dec 16, 2024
1 parent 3a7bd77 commit b038d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![swift](https://img.shields.io/badge/Swift-5.4%2B-orange)
![platforms](https://img.shields.io/badge/Platforms-iOS%20macOS%20tvOS%20watchOS-blue)
[![spm](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-green)](#swift-package-manager)
[![pod](https://img.shields.io/badge/pod-v0.9.0-orange)](#cocoapods)
[![pod](https://img.shields.io/badge/pod-v0.9.1-orange)](#cocoapods)
[![license](https://img.shields.io/github/license/brillcp/networking)](/LICENSE)
![stars](https://img.shields.io/github/stars/brillcp/networking?style=social)

Expand Down Expand Up @@ -296,7 +296,7 @@ The Swift Package Manager is a tool for automating the distribution of Swift cod
Once you have your Swift package set up, adding Networking as a dependency is as easy as adding it to the dependencies value of your Package.swift.
```
dependencies: [
.package(url: "https://github.com/brillcp/Networking.git", .upToNextMajor(from: "0.9.0"))
.package(url: "https://github.com/brillcp/Networking.git", .upToNextMajor(from: "0.9.1"))
]
```

Expand Down

0 comments on commit b038d46

Please sign in to comment.