From d79dd2c83562be9de37cfe0932aa29c2c70c01a7 Mon Sep 17 00:00:00 2001 From: Pratim Date: Mon, 31 Jul 2023 03:38:14 +0530 Subject: [PATCH] Grammatical changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c38987..c364201 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ if err != nil { ``` **4. Building Docker Images and running Docker Containers** -This part of the workshop dives into Docker, a platform that uses OS-level virtualization to deliver software in isolated packages known as containers. Docker can simplify the setup process for application development and distribution. +This part of the workshop dives into Docker, as Docker will simplify the setup process for the application development and distribution. **Understanding the Dockerfile**