Skip to content

Commit cb50334

Browse files
authored
Update README.md
1 parent 22735fc commit cb50334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
2-
[![Build](https://img.shields.io/circleci/project/github/kylebrowning/swift-nio-apns/master.svg?logo=circleci)](https://circleci.com/gh/kylebrowning/swift-nio-apns/tree/master)
2+
[![Build](https://img.shields.io/circleci/project/github/kylebrowning/APNSSwift/master.svg?logo=circleci)](https://circleci.com/gh/kylebrowning/APNSSwift/tree/master)
33
[![Swift](https://img.shields.io/badge/Swift-5.0-brightgreen.svg?colorA=orange&colorB=4E4E4E)](https://swift.org)
44

55
# APNSwift
@@ -12,7 +12,7 @@ To install `APNSwift`, just add the package as a dependency in your [**Package.s
1212

1313
```swift
1414
dependencies: [
15-
.package(url: "https://github.com/kylebrowning/swift-nio-apns.git", from: "1.0.0-alpha.1")
15+
.package(url: "https://github.com/kylebrowning/APNSwift.git", from: "1.0.0-alpha.2")
1616
]
1717
```
1818

0 commit comments

Comments
 (0)