浏览代码

Apply suggestions from code review

Co-authored-by: Chris Crone <[email protected]>

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 5 年之前
父节点
当前提交
e881c8c7c4
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      docs/README.md

+ 6 - 6
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