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