summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = "";