From defccdee478cdd88fbcb9dd2487a35567b13bbc7 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Fri, 18 Mar 2022 20:56:47 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1b848b6..fa96eee 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
 ```
-- 
GitLab