diff --git a/README.md b/README.md index ac727462a933b0213b3df73fdec487f23f95eb01..9270dd2d3406cedcea3941fba8f5c3ecc678e31d 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