From cd50da83cac88ab441b109b05f8b447324a34b5e Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Mon, 18 Dec 2023 14:43:06 +0800 Subject: [PATCH] docs: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2315931..cf95e8b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ This action downloads the `docker-compose` command and add it to the `PATH` for following executions. It supports the Linux environment only. -⚠ The `docker-compose` command is now deprecated, consider to use the `docker compose` sub command instead. Refer to [Docker official blog](https://www.docker.com/blog/announcing-compose-v2-general-availability/) for detail. +> [!IMPORTANT] +> The `docker-compose` command is now deprecated, consider to use the `docker compose` sub command instead. Refer to [Docker official blog](https://www.docker.com/blog/announcing-compose-v2-general-availability/) for detail. ## How to use