Skip to content

Commit

Permalink
Update README.md (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyvalavin authored Jul 6, 2023
1 parent 0aa1f81 commit 5835110
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 @@ -18,7 +18,7 @@ Let's build a better world together!
1. Provide your own implementation or use default one for interfaces: INetworkManager, INativeHttpClient, IHttpClientContext:
```c#
_networkManager = new WindowsNetworkManager();
_nativeHttpClient = new WindowsHttpClient();
_nativeHttpClient = new WindowsHttpClient(_networkManager);
_httpClientContext = new HttpClientContext(_nativeHttpClient);

2. Use ApiEndpoint as base class for your API endpoints:
Expand Down

0 comments on commit 5835110

Please sign in to comment.