Skip to content

Commit 02a26fd

Browse files
authored
Update readme to not refer to alpha (#168)
1 parent 026ed0d commit 02a26fd

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
@@ -17,7 +17,7 @@ If you have a server-side Swift application or a cross-platform (e.g. Linux, mac
1717
To add a dependency on the package, declare it in your `Package.swift`:
1818

1919
```swift
20-
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0-alpha.1"),
20+
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"),
2121
```
2222

2323
and to your application target, add `ServiceLifecycle` to your dependencies:

0 commit comments

Comments
 (0)