From f909b5da9fba961ee10868d2d19e2778a6b42815 Mon Sep 17 00:00:00 2001 From: faraphel Date: Fri, 5 Jul 2024 08:56:57 +0000 Subject: [PATCH] fixed an error in the README this is up to the consumer container to print the value since the application one have been splitted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556aabf..7e84b2b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can find a list for each module of the project containing their individual c - [converter](./applications/converter/README.md) ## Expectation -The `application` container shall print the current temperature at the selected place in Fahrenheit every minute. +The `consumer` container shall print the current temperature at the selected place in Fahrenheit every minute. You can also access this value with the REST api at the `http://localhost:8080/v1/temperature` endpoint. ## References