Skip to content

Commit

Permalink
Fix a broken link (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu0118 authored Nov 29, 2023
1 parent 20e0c9e commit 15dbd83
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 @@ -32,7 +32,7 @@ dependencies: [
```

## Getting Started
APNSwift aims to provide semantically correct structures to sending push notifications. You first need to setup a [`APNSClient`](https://github.com/swift-server-community/APNSwift/blob/main/Sources/APNSwift/APNSClient.swift). To do that youll need to know your authentication method
APNSwift aims to provide semantically correct structures to sending push notifications. You first need to setup a [`APNSClient`](https://github.com/swift-server-community/APNSwift/blob/main/Sources/APNS/APNSClient.swift). To do that youll need to know your authentication method

```swift
let client = APNSClient(
Expand Down

0 comments on commit 15dbd83

Please sign in to comment.