From d29e677b43a52c9879d83df9e3d02b53009593ad Mon Sep 17 00:00:00 2001 From: Steve Waterworth Date: Wed, 23 Oct 2019 15:42:58 +0100 Subject: [PATCH] fix typo --- K8s/helm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/K8s/helm/README.md b/K8s/helm/README.md index 4b34c6e..362a962 100644 --- a/K8s/helm/README.md +++ b/K8s/helm/README.md @@ -22,7 +22,7 @@ It is recommened to always use the latest version. ## Payment Gateway -By default the `payment` service uses https://www.paypal.com as the pseudo payment provider. The code only does a HTTP GET against this url. You use a different url. +By default the `payment` service uses https://www.paypal.com as the pseudo payment provider. The code only does a HTTP GET against this url. You can use a different url. ```shell $ helm install --set payment.gateway=https://foobar.com ...