From 665f51a77840baf2079a3ac15944d74f575f81c4 Mon Sep 17 00:00:00 2001 From: Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> Date: Wed, 31 Mar 2021 21:14:53 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ""; -- cgit v1.3