From a9d0e6d3734c3502c06fadc69c6fb2ca6975a5cc Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 4 Dec 2023 17:58:43 +0000 Subject: [PATCH] docs(crud-master-py): fixing readme --- subjects/devops/crud-master-py/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/crud-master-py/README.md b/subjects/devops/crud-master-py/README.md index 294db721d6..0ddf647cf9 100644 --- a/subjects/devops/crud-master-py/README.md +++ b/subjects/devops/crud-master-py/README.md @@ -14,7 +14,7 @@ We will set up a movie streaming platform, where one API (`inventory`) will have information on the movies available and another one (`billing`) will process the payments. -"We'll establish a movie streaming platform. One API (`inventory`) will provide details about available movies, while another (`billing`) will handle payment processing." +We'll establish a movie streaming platform. One API (`inventory`) will provide details about available movies, while another (`billing`) will handle payment processing. The API gateway will communicate in HTTP with the `inventory` service and using RabbitMQ for `billing` service.