diff --git a/day-7/README.md b/day-7/README.md index e2dda41..8e96795 100644 --- a/day-7/README.md +++ b/day-7/README.md @@ -94,7 +94,7 @@ eksctl create addon --cluster observability --name aws-ebs-csi-driver --version ### 🧩 Step 5: Understand the Application -- We have two very simple microservice A (`microservice-a`) & B (`microservice-a`), Built with Golang using the Gin web framework for handling HTTP requests. +- We have two very simple microservice A (`microservice-a`) & B (`microservice-b`), Built with Golang using the Gin web framework for handling HTTP requests. - **Microservice A** API Endpoints: - `GET /hello-a` – Returns a greeting message - `GET /call-b` – Calls another service (Service B) and returns its response @@ -242,4 +242,4 @@ kubectl delete -k k8s-manifests/ kubectl delete ns olly eksctl delete cluster --name observability -``` \ No newline at end of file +```