Skip to content

Commit

Permalink
Update readme to not refer to alpha (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahrmalik authored Jan 25, 2024
1 parent 026ed0d commit 02a26fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you have a server-side Swift application or a cross-platform (e.g. Linux, mac
To add a dependency on the package, declare it in your `Package.swift`:

```swift
.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"),
```

and to your application target, add `ServiceLifecycle` to your dependencies:
Expand Down

0 comments on commit 02a26fd

Please sign in to comment.