From 8a92640d1001fb074849a98d8d9b725461f322c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 26 Nov 2019 12:28:43 +0100 Subject: [PATCH] Re-wording of dependencies check paragraph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f1fee..82f01aa 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This project relies only on *Docker* and *docker-compose* meeting these requirem * The *Docker version* must be at least `17.05`. * The *docker-compose version* must be at least `1.17.0`. -To check the version installed on your system, compare the output of `docker --version` and `docker-compose --version` with the requirements above. +To check the version installed on your system run `docker --version` and `docker-compose --version`. ## Reference Documentation