Update README.md

This commit is contained in:
Zach 2023-02-07 22:40:20 -07:00 committed by GitHub
parent afcf67fc93
commit 9a84b81ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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