From e881c8c7c4b5f276eab7c10b1f9a2e460fb572f8 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Wed, 28 Oct 2020 14:33:29 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Chris Crone Signed-off-by: Guillaume Tardif --- docs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 495865c9e..05e7a6bd0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,17 +4,17 @@ The general architecture of the CLI is described [here](architecture.md) # Azure Container Instances integration -The Compose CLI allows to deploy single containers or Compose applications to ACI. +The Compose CLI can deploy single containers or Compose applications to ACI. -* [ACI integration users guide](https://docs.docker.com/engine/context/aci-integration/) +* [ACI integration user guide](https://docs.docker.com/engine/context/aci-integration/) * General description of the [main features of the ACI integration](aci-integration.md) -* [Mapping `docker run` options to ACI deployment](aci-container-features.md) (single container) -* [Mapping composefile options to ACI deployment](aci-compose-features.md) +* [Mapping `docker run` options to ACI deployments](aci-container-features.md) (single container) +* [Mapping Compose file options to ACI deployments](aci-compose-features.md) # Amazon Elastic Container Service -The Compose CLI allows to deploy Compose applications to Amazon ECS. +The Compose CLI can deploy Compose applications to Amazon ECS. -* [ECS integration users guide](https://docs.docker.com/engine/context/ecs-integration/) +* [ECS integration user guide](https://docs.docker.com/engine/context/ecs-integration/) * [General architecture](ecs-architecture.md) of the ECS integration * [Compose examples](ecs-compose-examples.md) using various ECS integration features