diff --git a/README.md b/README.md index b1e4c93..9657ad5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A basic tutorial on running a web app on Tomcat using Docker See tutorial here - https://www.softwareyoga.com/docker-tomact-tutorial/ # Steps -* Install [Docker](https://docs.docker.com/install/). +* Install [Docker](https://docs.docker.com/install/) * Clone this repository - $git clone https://github.com/softwareyoga/docker-tomcat-tutorial.git * cd 'docker-tomcat-tutorial' * $docker build -t mywebapp .