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.