aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvar Løvlie <38570165+ivarlovlie@users.noreply.github.com>2021-03-31 20:33:54 +0200
committerGitHub <noreply@github.com>2021-03-31 20:33:54 +0200
commit09a0963616522354558987f668f9b8b826065592 (patch)
tree4f89957cc226a340a896ec169033b983976e6f01
parent69ca188804a05b827d4f705ed2fe291d04f29716 (diff)
downloaddotnet-vipps-ecommerce-09a0963616522354558987f668f9b8b826065592.tar.xz
dotnet-vipps-ecommerce-09a0963616522354558987f668f9b8b826065592.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 363281c..699e5ad 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ services.AddVippsEcommerceService(o => {
});
```
-With the above example, the service will look for configuration values in the current environment using names specified in [VippsConfigurationKeyNames.cs](https://github.com/ivarlovlie/IOL.VippsEcommerce/blob/master/src/IOL.VippsEcommerce/Models/VippsConfigurationKeyNames.cs). The environment variable name for a given property is also specified in it's XML-documentation.
+With the above example, the service will look for configuration values in the current environment using names specified in [VippsConfigurationKeyNames.cs](https://github.com/ivarlovlie/IOL.VippsEcommerce/blob/master/src/IOL.VippsEcommerce/Models/VippsConfigurationKeyNames.cs), then in the configuration object. The environment variable name for a given property is also specified in it's XML-documentation.
## Caching