diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index 909cf60..1f66ee9 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -24,7 +24,7 @@ The GUI version doesn't work on non-Windows OS. stable"` 6. `apt update` 7. `apt -y install docker-ce` -8. Verify if Docker was installed successfully by running the `hello-world` image: +8. Verify if Docker was successfully installed by running the `hello-world` image: - `docker run hello-world` ## [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/) @@ -39,7 +39,7 @@ The GUI version doesn't work on non-Windows OS. 4. `sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"` 5. `sudo apt update` 6. `sudo apt -y install docker-ce` -7. Verify if Docker was installed successfully by running the `hello-world` image: +7. Verify if Docker was successfully installed by running the `hello-world` image: - `docker run hello-world` ## [macOS](https://docs.docker.com/docker-for-mac/install/)