From 0f27dc4288e9548716cfc3c7f7292f65b294df71 Mon Sep 17 00:00:00 2001 From: featherless Date: Fri, 4 Aug 2023 14:48:43 -0400 Subject: [PATCH] Fix link to Program.swift (#180) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c3f570..c7c7e35 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ try await client.send( ``` ## Server Example -Take a look at [Program.swift](https://github.com/swift-server-community/APNSwift/blob/main/Sources/APNSwiftExample/Program.swift) +Take a look at [Program.swift](https://github.com/swift-server-community/APNSwift/blob/main/Sources/APNSExample/Program.swift) ## iOS Examples