diff --git a/README.md b/README.md index 1b848b6fc088af39d37906d13019e983f3b9fdd3..fa96eeec4fc4243eb334e38cec1726ccf3f49648 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ It is build around cURL from [https://curl.se/](https://curl.se/). To check if your system provided `curl` will work you can test it on the cli like this: -- Linux `$ curl https://thl-cmk.hopto.org -s -o /dev/null -w %{json}` -- Windows `C:\>curl https://thl-cmk.hopto.org -s -o NUL -w %{json}` +- Linux `$ curl https://thl-cmk.hopto.org -q -s -o /dev/null -w %{json}` +- Windows `C:\>curl https://thl-cmk.hopto.org -q -s -o NUL -w %{json}` The output should look like this ```