From c47e434162bcc44a6d5336ef8911ed9b668828c4 Mon Sep 17 00:00:00 2001 From: Rayed Bin Wahed Date: Fri, 1 Mar 2024 01:56:58 +0800 Subject: [PATCH] Update README.md Correct spelling mistake --- appendix-A/04_optional-docker-environment/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendix-A/04_optional-docker-environment/README.md b/appendix-A/04_optional-docker-environment/README.md index 784c050..85ce07d 100644 --- a/appendix-A/04_optional-docker-environment/README.md +++ b/appendix-A/04_optional-docker-environment/README.md @@ -39,7 +39,7 @@ Since the `.devcontainer` folder is present in the main `LLMs-from-scratch` dire Docker will now begin the process of building the Docker image specified in the `.devcontainer` configuration if it hasn't been built before, or pull the image if it's available from a registry. -The entire process is automated and might take a few minutes, depending on your system and internet speed. Optionally clock on "Starting Dev Container (show log)" in the lower right corner of VS Code to see the current built progress. +The entire process is automated and might take a few minutes, depending on your system and internet speed. Optionally click on "Starting Dev Container (show log)" in the lower right corner of VS Code to see the current built progress. Once completed, VS Code will automatically connect to the container and reopen the project within the newly created Docker development environment. You will be able to write, execute, and debug code as if it were running on your local machine, but with the added benefits of Docker's isolation and consistency. @@ -77,4 +77,4 @@ docker image rm [IMAGE_ID_OR_NAME] ## Uninstalling Docker -If you decide that Docker is not for you and wish to uninstall it, see the official documentation [here](https://docs.docker.com/desktop/uninstall/) that outlines the steps for your specific operating system. \ No newline at end of file +If you decide that Docker is not for you and wish to uninstall it, see the official documentation [here](https://docs.docker.com/desktop/uninstall/) that outlines the steps for your specific operating system.