From 30a338564016300483f30f6beb3ec7d280a0bd3e Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Tue, 3 May 2022 12:22:45 +0100 Subject: [PATCH] Update compose/cli-command-compatibility.md --- compose/cli-command-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/cli-command-compatibility.md b/compose/cli-command-compatibility.md index a512ba7c72..e0e13341a6 100644 --- a/compose/cli-command-compatibility.md +++ b/compose/cli-command-compatibility.md @@ -96,7 +96,7 @@ $ docker compose ls --all --format json ## Use `--project-name` with Compose commands -With the GA version of Compose we can run some commands: +With the GA version of Compose, you can run some commands: - outside of directory containing the project compose file - or without specifying the path of the Compose with the `--file` flag - or without specifying the project directory with the `--project-directory` flag