From 304292bd9bbe6566278d487abaef0a156ab9b3b7 Mon Sep 17 00:00:00 2001 From: Rahil Date: Fri, 12 Jun 2020 20:34:29 +0530 Subject: [PATCH] Fixed typos in readme Signed-off-by: Rahil S --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e172208..7acf7f4 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ docker-compose up -d Check the `README.md` of each sample to get more details on the structure and what is the expected output. -To stop and remove the all containers of the sample application run: +To stop and remove all containers of the sample application run: ```console docker-compose down