When following the README in Elixir 1.11, you get the following warning:
Compiling 11 files (.ex)
warning: Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
lib/monitoring/application.ex:18: Monitoring.Application.start/2
We should update the README to use the new child spec style.
When following the README in Elixir 1.11, you get the following warning:
We should update the README to use the new child spec style.