Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix markdown.

Signed-off-by: Eric Sibly [chullybun] <[email protected]>
  • Loading branch information
chullybun authored Mar 8, 2024
1 parent 72a4ab5 commit c4cf438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ services.AddHttpClient("XXX", hc => hc.BaseAddress = new System.Uri("https://som
However, where the configuration is required then the `MockHttpClient` can be configured _explicitly_ to include the configuration; the following methods enable:

Method | Description
- | -
-|-
`WithConfigurations` | Indicates that the `HttpMessageHandler` and `HttpClient` configurations are to be used. *
`WithoutConfigurations` | Indicates that the `HttpMessageHandler` and `HttpClient` configurations are _not_ to be used (this is the default state).
`WithHttpMessageHandlers` | Indicates that the `HttpMessageHandler` configurations are to be used. *
Expand Down

0 comments on commit c4cf438

Please sign in to comment.