commit 4929def39374d562c554543ae46cfb09b482b1ea
parent 6a2ea9040af4f431219619480c366fd69207e94c
Author: Iván Ávalos <avalos@disroot.org>
Date: Thu, 6 Nov 2025 14:07:27 +0100
fix config example
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -72,7 +72,7 @@ Step 1: Open the config:
Step 2: Adding the required configuration values:
> ```
-> [frontend-demo-shop]
+> [frontend-demo-blog]
> backend_apikey = "secret-token:secret"
> backend_url = https://backend.demo.taler.net/
> http_port = 8080
@@ -112,7 +112,7 @@ _Note: If zsh asks you if you want to correct it to talermerchantdemos, select *
This makes the blog speak UWSGI over TCP:
> ```
-> [frontend-demo-shop]
+> [frontend-demo-blog]
> backend_apikey = "secret-token:secret"
> backend_url = https://backend.demo.taler.net/
> serve = uwsgi