summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-09 15:26:50 +0200
committerMS <ms@taler.net>2020-10-09 15:26:50 +0200
commit044a31b4630bcf21ddb48cc45417aed28b3b7ee3 (patch)
tree7c148fb4f30f570e9d728f63fcdeffd30ac130d5 /README.md
parentac3b663729ba492b02a7a8816792bd2a35b163f6 (diff)
downloadtaler-merchant-demos-044a31b4630bcf21ddb48cc45417aed28b3b7ee3.tar.gz
taler-merchant-demos-044a31b4630bcf21ddb48cc45417aed28b3b7ee3.tar.bz2
taler-merchant-demos-044a31b4630bcf21ddb48cc45417aed28b3b7ee3.zip
fix README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b502d84..50f953c 100644
--- 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```