From abf928360e7650507b10783ad0fefb1ca3282173 Mon Sep 17 00:00:00 2001 From: Umer Mansoor <umermk3@gmail.com> Date: Sat, 12 Oct 2019 10:53:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec0339d..224a706 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Overview Cinema 3 is an example project which demonstrates the use of microservices for a fictional movie theater. The Cinema 3 backend is powered by 4 microservices, all of which happen to be written in Python using -Flask. +Flask. For more information, you can refer to the blog post here: https://codeahoy.com/2016/07/10/writing-microservices-in-python-using-flask/ * Movie Service: Provides information like movie ratings, title, etc. * Show Times Service: Provides show times information. -- GitLab