Skip to content

Commit 091f36d

Browse files
authored
Fixup a few Readme bits and bobs for 1.0
1 parent 4b94760 commit 091f36d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<img src="https://github.com/stairtree/StructuredAPIClient/workflows/test/badge.svg" alt="CI">
1111
</a>
1212

13-
1413
A testable and composable network client.
1514

1615
### Supported Platforms
@@ -22,14 +21,14 @@ StructuredAPIClient is tested on macOS, iOS, tvOS, Linux, and Windows, and is kn
2221
* macOS 10.12+
2322
* iOS 12+
2423
* tvOS 12+
25-
* watchOS 7+
24+
* watchOS 5+
2625
* Windows 10 (using the latest Swift development snapshot)
2726

2827
To integrate the package:
2928

3029
```swift
3130
dependencies: [
32-
.package(url: "https://github.com/stairtree/StructuredAPIClient.git", .branch("main"))
31+
.package(url: "https://github.com/stairtree/StructuredAPIClient.git", from: "1.0.0")
3332
]
3433
```
3534

0 commit comments

Comments
 (0)