Skip to content

Commit

Permalink
Docs fixes (#13)
Browse files Browse the repository at this point in the history
Docs fixes

### Motivation

Docs should be correct.

### Modifications

Update docs with the latest versions.

### 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. 

#13
  • Loading branch information
czechboy0 authored Aug 31, 2023
1 parent c3bce51 commit 294b1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the package dependency in your `Package.swift`:
```swift
.package(
url: "https://github.com/apple/swift-openapi-urlsession",
.upToNextMinor(from: "0.1.0")
.upToNextMinor(from: "0.2.0")
),
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the package dependency in your `Package.swift`:
```swift
.package(
url: "https://github.com/apple/swift-openapi-urlsession",
.upToNextMinor(from: "0.1.0")
.upToNextMinor(from: "0.2.0")
),
```

Expand Down

0 comments on commit 294b1e9

Please sign in to comment.