From 2fa4c06612b793ec07277ce09b0165d2099c1640 Mon Sep 17 00:00:00 2001 From: Diego Alves Date: Thu, 30 Nov 2017 18:40:02 -0200 Subject: Adjust readme to correctly display code snippet --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6489221..f0fdf44 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,19 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed 1. Add `powerdnsex` to your list of dependencies in `mix.exs`: - ```elixir - def deps do - [{:powerdnsex, "~> 0.1.0"}] - end - ``` +```elixir +def deps do + [{:powerdnsex, "~> 0.1.0"}] +end +``` 2. Ensure `powerdnsex` is started before your application: - ```elixir - def application do - [applications: [:powerdnsex]] - end - ``` +```elixir +def application do + [applications: [:powerdnsex]] +end +``` ## Configuration Insert this in your configuration files. Eg: `config.exs` -- cgit v1.2.3