Skip to content

Commit 7ca90eb

Browse files
committed
touch readme
Signed-off-by: Roman Dmytrenko <[email protected]>
1 parent 6af2818 commit 7ca90eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/ofrep/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ You can configure the provider using following configuration options,
3333
| -------------------- | ----------------------------------------------------------------------------------------------------------------------- |
3434
| WithApiKeyAuth | Set the token to be used with "X-API-Key" header |
3535
| WithBearerToken | Set the token to be used with "Bearer" HTTP Authorization schema |
36-
| WithClient | Provider a custom, pre-configured http.Client for OFREP service communication |
36+
| WithClient | Provide a custom, pre-configured http.Client for OFREP service communication |
3737
| WithHeaderProvider | Register a custom header provider for OFREP calls. You may utilize this for custom authentication/authorization headers |
3838
| WithHeader | Set a custom header to be used for authorization |
3939
| WithBaseURI | Set the base URI of the OFREP service |
4040
| WithTimeout | Set the timeout for the http client used for communication with the OFREP service (ignored if custom client is used) |
4141

42-
For example, consider below example which set bearer token and provider a customized http client,
42+
For example, consider below example which sets bearer token and provides a customized http client,
4343

4444
```go
4545
provider := ofrep.NewProvider(

0 commit comments

Comments
 (0)