From 5e845c50bf05e4d41f838bbeeaeecd904a2e9999 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Tue, 22 Mar 2022 18:55:40 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2c39057..d57c15c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ It is build around cURL from [https://curl.se/](https://curl.se/).
 - [curl.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl/-/raw/master/curl.mkp) the main package
 - [curl_executable.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl/-/raw/master/curl_executable.mkp) the Linux and Windows executable and the cURL cert bundle (this package is optional see below).
 
-**Note**: this plugin needs a fairly new version of `curl` to work. 
+**Note**: this plugin needs at leat `curl` version 7.70.0 from April 29 2020 to work. 
 
 To check if your system provided `curl` will work you can test it on the cli like this:
 
-- 
GitLab