spandex-project/spandex_datadog

Update README to reflect Elixir 1.10/1.11 child specs

Closed this issue · 1 comments

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.

I'll open up a PR in the next couple of days