We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026ed0d commit 02a26fdCopy full SHA for 02a26fd
README.md
@@ -17,7 +17,7 @@ If you have a server-side Swift application or a cross-platform (e.g. Linux, mac
17
To add a dependency on the package, declare it in your `Package.swift`:
18
19
```swift
20
-.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0-alpha.1"),
+.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"),
21
```
22
23
and to your application target, add `ServiceLifecycle` to your dependencies:
0 commit comments