From 9a84b81ac41908e80ace7195f1c304a324ba30ef Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 7 Feb 2023 22:40:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5b6dae..ffc5c86 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ print(urlRequest.request.allHTTPHeaderFields) // ["auth": "token"] You can also access the `inputType` and `outputType` properties of any plugin and get the list of plugins with their `inputType` and `outputType` properties. ```swift -let authPlugin = AuthPlugin() +let authPlugin = AuthPlugin(keyPath: \.request) print(authPlugin.inputType) // Void print(authPlugin.outputType) // URLRequest