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:
parent
34a2b3b2e6
commit
f909b5da9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue