commit 044a31b4630bcf21ddb48cc45417aed28b3b7ee3 parent ac3b663729ba492b02a7a8816792bd2a35b163f6 Author: MS <ms@taler.net> Date: Fri, 9 Oct 2020 15:26:50 +0200 fix README Diffstat:
| M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -56,7 +56,7 @@ Step 2: Adding the required keys: > > [blog] > http_port = 8080 -> uwsgi_serve = HTTP +> serve = http > ``` <br> @@ -73,4 +73,4 @@ To apply changes, use ## Running the program To start the server, use the following command:<br> -> ```$ taler-merchant-demos --serve-http blog``` +> ```$ taler-merchant-demos blog```