mirror of
https://github.com/swift-server/swift-openapi-async-http-client.git
synced 2026-06-02 07:47:33 +00:00
Docs fixes (#14)
Docs fixes
### Motivation
Docs should be correct.
### Modifications
Update docs to reflect the new version.
### Result
N/A
### Test Plan
N/A
Reviewed by: dnadoba
Builds:
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
https://github.com/swift-server/swift-openapi-async-http-client/pull/14
This commit is contained in:
@@ -20,7 +20,7 @@ Add the package dependency in your `Package.swift`:
|
||||
```swift
|
||||
.package(
|
||||
url: "https://github.com/swift-server/swift-openapi-async-http-client",
|
||||
.upToNextMinor(from: "0.1.0")
|
||||
.upToNextMinor(from: "0.2.0")
|
||||
),
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user