From 4f6e144432c4b96e2a39eb03ba94fa9a1bb417a3 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Mon, 13 Jul 2020 08:53:06 -0600 Subject: [PATCH] fix: remove outdated requirements --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0c93067..5dfd923 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,3 @@ config :my_app, MyApp.Repo, > NOTE: **If you are upgrading from Ecto 2**, make sure to **remove** the `loggers` > entry from your configuration after adding the `:telemetry.attach`. - -If your repo is not named like `MyApp.Repo`, you'll need to set `:telemetry_prefix` in your repo config: - -```elixir -config :my_app, MyApp.Something.RepoName, - telemetry_prefix: [:my_app, :repo_name] -```