Skip to content

Commit 89a0698

Browse files
authored
Update README.md
1 parent 4b48153 commit 89a0698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A barebones async-await Swift HTTP client with automatic JSON response parsing.
77
Add HTTP Client as a dependency through Xcode or directly to Package.swift:
88

99
```
10-
.package(url: "https://github.com/joemasilotti/HTTP-Client", branch: "main")
10+
.package(url: "https://github.com/joemasilotti/HTTP-Client", .upToNextMinor(from: "0.1"))
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)