From cc5b72b11dc3a55609edda005e7ed493622cf568 Mon Sep 17 00:00:00 2001 From: Youssef Eldakar Date: Wed, 27 Oct 2021 11:04:05 +0200 Subject: [PATCH] Update README.md: typographical edit of "About update..." Signed-off-by: Youssef Eldakar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f6adb32..8e6871b24 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ single command: `docker compose up`. # About update and backward compatibility -Docker Compose V2 is a major version bump release of Docker compose. It has been completely rewriten from scratch in Golang (V1 was in Python). The installation instructions for Compose V2 differ from V1. V2 is not a standalone binary anymore and installation scripts will have to be adjusted. Some commands are different. +Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). The installation instructions for Compose V2 differ from V1. V2 is not a standalone binary anymore, and installation scripts will have to be adjusted. Some commands are different. 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 .... `. Also check V2's `--compatibility` flag.