fixed an error in the README

this is up to the consumer container to print the value since the application one have been splitted
This commit is contained in:
faraphel 2024-07-05 08:56:57 +00:00
parent 34a2b3b2e6
commit f909b5da9f

View file

@ -40,7 +40,7 @@ You can find a list for each module of the project containing their individual c
- [converter](./applications/converter/README.md) - [converter](./applications/converter/README.md)
## Expectation ## 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. You can also access this value with the REST api at the `http://localhost:8080/v1/temperature` endpoint.
## References ## References