Skip to content

Commit 5c45914

Browse files
Merge pull request #72 from textkernel/sovren-jwesson-patch-1
Update README.md
2 parents 92cd196 + f396596 commit 5c45914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ builder.Services.AddSingleton(_ => new TxClientSettings
6363
AccountId = "12345678",
6464
ServiceKey = "abcdefghijklmnopqrstuvwxyz",
6565
DataCenter = DataCenter.US
66-
};
66+
});
6767
builder.Services.AddHttpClient<ITxClient, TxClient>();
6868
```
6969
After injecting your TxClient, you will be able to get it from the service provider:
@@ -106,4 +106,4 @@ Additionally, there are `TxUsableResumeException` and `TxUsableJobException` whi
106106
[docfx-txclient]: https://textkernel.github.io/tx-dotnet/sdk/Textkernel.Tx.ITxClient.html
107107
[http-client]: https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient
108108
[http-client-guidelines]: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines
109-
[http-extensions]: https://www.nuget.org/packages/Microsoft.Extensions.Http
109+
[http-extensions]: https://www.nuget.org/packages/Microsoft.Extensions.Http

0 commit comments

Comments
 (0)