From fa36ca4dad3062e12474f8c979f9cc3dc17eaa52 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 294db721d..0ddf647cf 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.