Skip to content

Commit

Permalink
Fix typo (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jul 6, 2020
1 parent 800a32b commit 4a51a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Read more info in the documentation page:
https://microservices-scaffold.readthedocs.io/en/latest/

# Docker
You can dockerize this microservice wit this steps:
You can dockerize this microservice with these steps:
* Create and push the image

docker build -t films -f Dockerfile .
Expand All @@ -107,4 +107,4 @@ See https://github.com/python-microservices/pyms/blob/master/CONTRIBUTING.md

### Update docs

sphinx-build -b html docs/ _build
sphinx-build -b html docs/ _build

0 comments on commit 4a51a2b

Please sign in to comment.