aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvar Løvlie <38570165+ivarlovlie@users.noreply.github.com>2021-03-31 21:14:53 +0200
committerGitHub <noreply@github.com>2021-03-31 21:14:53 +0200
commit665f51a77840baf2079a3ac15944d74f575f81c4 (patch)
tree515a989ad390e4dea3a46882f7efebf64ade6f78
parent09a0963616522354558987f668f9b8b826065592 (diff)
downloaddotnet-vipps-ecommerce-665f51a77840baf2079a3ac15944d74f575f81c4.tar.xz
dotnet-vipps-ecommerce-665f51a77840baf2079a3ac15944d74f575f81c4.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 699e5ad..3668977 100644
--- a/README.md
+++ b/README.md
@@ -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 = "";