diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
