From e413c2137a44cd65f698f91287dc124e29ed1909 Mon Sep 17 00:00:00 2001 From: Taha-Chaudhry <46199675+Taha-Chaudhry@users.noreply.github.com> Date: Sun, 11 Sep 2022 17:28:35 +0300 Subject: [PATCH] Update README.md Grammar corrections Signed-off-by: Taha-Chaudhry <46199675+Taha-Chaudhry@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2007d9987..43af9f6df 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ You can download Docker Compose binaries from the Rename the relevant binary for your OS to `docker-compose` and copy it to `$HOME/.docker/cli-plugins` -Or copy it into one of these folders for installing it system-wide: +Or copy it into one of these folders to install it system-wide: * `/usr/local/lib/docker/cli-plugins` OR `/usr/local/libexec/docker/cli-plugins` * `/usr/lib/docker/cli-plugins` OR `/usr/libexec/docker/cli-plugins` -(might require to make the downloaded file executable with `chmod +x`) +(might require making the downloaded file executable with `chmod +x`) Quick Start