Skip to content

Commit 2f7c21c

Browse files
authored
Update README.md
1 parent 2180617 commit 2f7c21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ logger.logLevel = .debug
3131
/// Create your HTTPClient (or pass in one you already have)
3232
let httpClient = HTTPClient(eventLoopGroupProvider: .shared(group))
3333

34-
/// Create your `AuthentictionConfig`
34+
/// Create your `APNSwiftConfiguration.Authentication`
3535
let authenticationConfig: APNSwiftConfiguration.Authentication = .init(
3636
privateKey: try .loadFrom(filePath: "/Users/kylebrowning/Documents/AuthKey_9UC9ZLQ8YW.p8"),
3737
teamIdentifier: "ABBM6U9RM5",

0 commit comments

Comments
 (0)