From a505619860233e0c285dd74a62cf4e86f938f46c Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Fri, 7 Apr 2023 21:23:49 +0200 Subject: [PATCH] clarified readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c240a86..f51c91d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This variables defines whether or not to install docker-compose on the host. ```yaml install_docker_compose_version: latest # by default, set to latest ``` -This variable defines the version of docker-compose to install. It support either `latest`, or the version number (`vX.Y.Z`). Officially, only versions `>=2.0.1` are supported, as the naming for most packages changed at this release. +This variable defines the version of docker-compose to install. It support either `latest`, or the version number (`vX.Y.Z`). Officially, only versions `>=v2.0.1` are supported, as the naming for most packages changed at this release. Dependencies ------------