diff options
| author | iv-ar <38570165+iv-ar@users.noreply.github.com> | 2023-02-25 13:35:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-25 13:35:14 +0100 |
| commit | 1fe4a189f8d49f63e7defe9b2bfedeeb20aa9bbd (patch) | |
| tree | 0d55c3c79a284e009804b17fd47ecfff1538dde8 /README.md | |
| parent | ca63a0dd3cfe7c918592c2eeecb82ad927947cfb (diff) | |
| download | dotnet-vipps-ecommerce-1fe4a189f8d49f63e7defe9b2bfedeeb20aa9bbd.tar.xz dotnet-vipps-ecommerce-1fe4a189f8d49f63e7defe9b2bfedeeb20aa9bbd.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Implements https://vippsas.github.io/vipps-ecom-api, more or less (see [IVippsEcommerceService.cs](https://git.ivar.systems/dotnet-vipps-ecommerce/tree/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)). +Implements https://vippsas.github.io/vipps-ecom-api, more or less (see [IVippsEcommerceService.cs](/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)). Install: `dotnet add package IOL.VippsEcommerce` @@ -16,7 +16,7 @@ services.AddVippsEcommerceService(o => { }); ``` -See [VippsConfiguration.cs](https://git.ivarlovlie.no/dotnet-vipps-ecommerce/tree/src/IOL.VippsEcommerce/Models/VippsConfiguration.cs) for available properties. +See [VippsConfiguration.cs](/src/IOL.VippsEcommerce/Models/VippsConfiguration.cs) for available properties. ### Caching @@ -26,4 +26,4 @@ services.AddVippsEcommerceService(o => { o.CacheEncryptionKey = "randomstring"; // optional key for AES encryption, if omitted the cache will be readable json with your keys exposed and everything. o.CacheDirectoryPath = "/tmp/vippsecom"; // path to a directory that the executing process has write-access to. }); -```
\ No newline at end of file +``` |
