diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2021-03-31 21:14:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 21:14:53 +0200 |
| commit | 665f51a77840baf2079a3ac15944d74f575f81c4 (patch) | |
| tree | 515a989ad390e4dea3a46882f7efebf64ade6f78 | |
| parent | 09a0963616522354558987f668f9b8b826065592 (diff) | |
| download | dotnet-vipps-ecommerce-665f51a77840baf2079a3ac15944d74f575f81c4.tar.xz dotnet-vipps-ecommerce-665f51a77840baf2079a3ac15944d74f575f81c4.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ The service targets net5.0. \ ## Configuration -Use DI to add and configure the service to your liking, example: +Use Dependency Injection to add and configure the service to your liking, example: ```csharp services.AddVippsEcommerceService(o => { o.ApiUrl = ""; |
