diff --git a/README.md b/README.md index 7fbf738..53680a1 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Images are just [templates for docker containers](https://docs.docker.com/engine ## Checking Docker Version -It is very important that you always know the current version of Docker you are currently running on at any point in time.This is very helpful because you get to know what features are compatible with what you have running. This is also important becase you know what containers to run from the docker store when you are trying to get template containers. That said let see how to know what version of docker we have running curently +It is very important that you always know the current version of Docker you are currently running on at any point in time.This is very helpful because you get to know what features are compatible with what you have running. This is also important because you know what containers to run from the docker store when you are trying to get template containers. That said let see how to know what version of docker we have running currently * ['docker version'](https://docs.docker.com/engine/reference/commandline/version/) check what version of docker you have running * [docker version [OPTIONS]]