Skip to content

Commit 4a51a2b

Browse files
authored
Fix typo (#168)
1 parent 800a32b commit 4a51a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Read more info in the documentation page:
8585
https://microservices-scaffold.readthedocs.io/en/latest/
8686
8787
# Docker
88-
You can dockerize this microservice wit this steps:
88+
You can dockerize this microservice with these steps:
8989
* Create and push the image
9090
9191
docker build -t films -f Dockerfile .
@@ -107,4 +107,4 @@ See https://github.com/python-microservices/pyms/blob/master/CONTRIBUTING.md
107107
108108
### Update docs
109109
110-
sphinx-build -b html docs/ _build
110+
sphinx-build -b html docs/ _build

0 commit comments

Comments
 (0)