From 7fd51cd922843b667949e73f152e399f653b54bb Mon Sep 17 00:00:00 2001 From: dhruvilmehta <68022411+dhruvilmehta@users.noreply.github.com> Date: Wed, 30 Sep 2020 18:17:24 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4465fa9d..584345071 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker App -Docker App is a Cloud Native application packaging framework with which developers and devops can build, share, and run a set of microservices as a single entity. Docker Apps are based on the [Compose format](https://docs.docker.com/compose/compose-file/), which permits [docker-compose](https://github.com/docker/compose) users to easily share their Compose-based multiservice applications via container registries. By leveraging containers, Docker App makes it possible to easily change parts of the application and to share the application through container registries. +Docker App is a Cloud Native application packaging framework with which developers and DevOps can build, share, and run a set of microservices as a single entity. Docker Apps are based on the [Compose format](https://docs.docker.com/compose/compose-file/), which permits [docker-compose](https://github.com/docker/compose) users to easily share their Compose-based multiservice applications via container registries. By leveraging containers, Docker App makes it possible to easily change parts of the application and to share the application through container registries. ### Table of Contents - **[What are the benefits offered by Docker App?](#what-are-the-benefits-offered-by-docker-app)** @@ -238,4 +238,4 @@ cp docker-app-plugin-windows.exe ~/.docker/cli-plugins/docker-app.exe If you're interested in contributing to the project, jump to [BUILDING.md](BUILDING.md) and [CONTRIBUTING.md](CONTRIBUTING.md). -Further examples are available in the [examples](https://github.com/docker/app/blob/master/examples) directory. \ No newline at end of file +Further examples are available in the [examples](https://github.com/docker/app/blob/master/examples) directory.