Skip to content

Commit

Permalink
fix: remove outdated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust authored Jul 13, 2020
1 parent ee5eed9 commit 4f6e144
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

0 comments on commit 4f6e144

Please sign in to comment.