diff --git a/README.md b/README.md index cc40b90..83866d0 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,8 @@ Use the above command to run API on your local machine on port 9090. Building Docker Image - -> docker build -t microsrvice . - -> docker images - -> docker run -p 9090:9090 microservice - +``` bash +docker build -t microsrvice . +docker images +docker run -p 9090:9090 microservice +```