aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-01-30 01:16:23 +0100
committerivarlovlie <git@ivarlovlie.no>2022-01-30 01:16:23 +0100
commit0f8ea12cb021c4bbe6fc08533b24ed7fc578f994 (patch)
tree1e98a1448abc0dcdab2262ee8715a15f71d3c604 /README.md
parent72c61fd3fbcf6ec49efc62eab7affe6120024ee6 (diff)
downloaddotnet-vipps-ecommerce-0f8ea12cb021c4bbe6fc08533b24ed7fc578f994.tar.xz
dotnet-vipps-ecommerce-0f8ea12cb021c4bbe6fc08533b24ed7fc578f994.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 95c8a6c..85ed413 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-Implements https://vippsas.github.io/vipps-ecom-api, more or less (see [IVippsEcommerceService.cs](https://git.ivarlovlie.no/dotnet-vipps-ecommerece/tree/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)).
+Implements https://vippsas.github.io/vipps-ecom-api, more or less (see [IVippsEcommerceService.cs](https://git.ivarlovlie.no/dotnet-vipps-ecommerce/tree/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)).
Install: `dotnet add package IOL.VippsEcommerce`
-Nuget: https://www.nuget.org/packages/IOL.VippsEcommerce
+Nuget: [https://www.nuget.org/packages/IOL.VippsEcommerce](https://www.nuget.org/packages/IOL.VippsEcommerce)
## Configuration
@@ -17,7 +17,7 @@ services.AddVippsEcommerceService(o => {
});
```
-See [VippsConfiguration.cs](https://git.ivarlovlie.no/dotnet-vipps-ecommerece/tree/src/IOL.VippsEcommerce/Models/VippsConfiguration.cs) for available properties.
+See [VippsConfiguration.cs](https://git.ivarlovlie.no/dotnet-vipps-ecommerce/tree/src/IOL.VippsEcommerce/Models/VippsConfiguration.cs) for available properties.
## Caching