Skip to content

Commit 9d1b28f

Browse files
author
Paul Schmiedmayer
committed
Update README
1 parent f5ee05d commit 9d1b28f

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
@@ -8,7 +8,7 @@ For more information about the [AsyncHTTPClient check out the documentation frou
88
ApodiniAsyncHTTPClient extends [Apodini](https://github.com/Apodini/Apodini) and can be added as an additional dependency to your Swift Package manifest (`Package.swift`):
99
```swift
1010
dependencies: [
11-
.package(url: "https://github.com/Apodini/ApodiniAsyncHTTPClient.git", from: "1.0.0"),
11+
.package(url: "https://github.com/Apodini/ApodiniAsyncHTTPClient.git", from: "0.1.0"),
1212
// And more Swift Package dependencies ...
1313
],
1414
```

0 commit comments

Comments
 (0)