From 6e9d9bf86d67dd08228a50b70e3df7d867503c8d Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 29 Sep 2021 17:01:30 +0200 Subject: [PATCH] typo Signed-off-by: Nicolas De Loof --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70884b15..55c2502f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ You can download Docker Compose binaries from the Copy the relevant binary for your OS under `$HOME/.docker/cli-plugins/docker-compose` (might require to make the downloaded file executable with `chmod +x`) -For backward compatibility with legacy docker-compose 1.xx, please consider installing [compose-switc](https://github.com/docker/compose-switch) to translate `docker-compose ...` commands into Compose V2's `docker compose ...` +### Backward compatibility + +For a smooth transition from legacy docker-compose 1.xx, please consider installing [compose-switch](https://github.com/docker/compose-switch) to translate `docker-compose ...` commands into Compose V2's `docker compose ...` Quick Start