From 24092522c594ca44aa8aeb5a34170437c0e7571f Mon Sep 17 00:00:00 2001 From: Sameera Jayasoma Date: Thu, 14 Nov 2019 12:02:50 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 781ff83..bd3b062 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ These coding challenges are all about having fun, learning a new programming lan ## Challenges -The challenges are based on the “[Hipster Shop: Cloud-Native Microservices Demo Application](https://github.com/GoogleCloudPlatform/microservices-demo)” developed by Google Cloud. It is a web-based e-commerce application with 10 microservices written in different programming languages. +The challenges are based on the “[Hipster Shop: Cloud-Native Microservices Demo Application](https://github.com/GoogleCloudPlatform/microservices-demo)” developed by Google Cloud. It is a web-based e-commerce application with 10 microservices written in different programming languages. You can refer to the original [README.md](https://github.com/GoogleCloudPlatform/microservices-demo/blob/master/README.md) file to learn more about this application. + +In this hackathon your task is to rewrite following microservices in Ballerina. We expect you to implement the exact same - The “**currencyservice**” microservice