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:
Honza Dvorsky
2023-08-31 14:26:14 +02:00
committed by GitHub
parent 0d9e57945b
commit 902cfc7420
2 changed files with 2 additions and 2 deletions
@@ -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")
),
```