Skip to content

Commit 98acef3

Browse files
authored
Update README.md
1 parent 79e6463 commit 98acef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ dependencies: [
3030
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "4.0.0"),
3131
]
3232
```
33-
If youd like to give our bleeding edge release a try, which is what the Readme is expecting use `5.0.0-alpha.N`. If you need the old Readme, see [here](https://github.com/swift-server-community/APNSwift/tree/4.0.0)
33+
If youd like to give our bleeding edge release a try, which is what the Readme is expecting use `5.0.0-beta.N`. If you need the old Readme, see [here](https://github.com/swift-server-community/APNSwift/tree/4.0.0)
3434

3535
```swift
3636
dependencies: [
37-
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-alpha.5"),
37+
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-beta.2"),
3838
]
3939
```
4040

0 commit comments

Comments
 (0)