From 481e45f2c13096242f9742d53ffec73420ffb353 Mon Sep 17 00:00:00 2001 From: Assad Siddiqui <138975909+assadsid@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:57:14 +0500 Subject: [PATCH] Update README.md spelling correct of microservice_db --- .../14_docker/02_containerization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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