diff --git a/05_microservices_all_in_one_platform/14_docker/02_containerization/README.md b/05_microservices_all_in_one_platform/14_docker/02_containerization/README.md index 87bc799d..7f1714a3 100644 --- a/05_microservices_all_in_one_platform/14_docker/02_containerization/README.md +++ b/05_microservices_all_in_one_platform/14_docker/02_containerization/README.md @@ -1,6 +1,6 @@ # Containerizing the API -We will take the microservice created in step10_microserice_db and containerize it. +We will take the microservice created in step10_microservice_db and containerize it. ## Let's First Run the app without Docker to test if everything is working