From 7fb06cac366c46a113fd9913e7972efd04e5aae2 Mon Sep 17 00:00:00 2001
From: "Sastry, Nishanth Prof (Computer Science)" <n.sastry@surrey.ac.uk>
Date: Thu, 11 Mar 2021 22:34:20 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ac72746..9270dd2 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,9 @@ $ curl 127.0.0.1:5002/showtimes/20151130
     "Spectre"
 ]%               
 ```
-Try your best to solve it. If you need hints, you will find the solution for this in the branch `simpleservices`, which you can obtain by running `git checkout simpleservices`. Note that after checking out this branch, you will have to start both the `movies` and `showtimes` microservices and then issue the curl request. The showtimes microservice will talk to movies microservice to deliver the final result.
+>Try your best to solve it. If you need hints, you will find the solution for this in the branch `simpleservices`, which you can obtain by running `git checkout simpleservices`. Note that after checking out this branch, you will have to start both the `movies` and `showtimes` microservices and then issue the curl request. The showtimes microservice will talk to movies microservice to deliver the final result.
+
+> This tutorial is continued now in the `simpleservices` branch
 
 ## Step 3: Dockerization of microservices
 
-- 
GitLab