Skip to content

Commit

Permalink
docs(crud-master-py): fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilva95 committed Dec 4, 2023
1 parent 68b8166 commit a9d0e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/devops/crud-master-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a9d0e6d

Please sign in to comment.