summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Coutinho <digao@osfeio.com>2017-12-01 10:42:59 -0200
committerGitHub <noreply@github.com>2017-12-01 10:42:59 -0200
commit72624738ec5a03b1dd51fdb8a0edf71caf369c9f (patch)
tree743071b5ee3549c3a80ca515c525d4dc7e5d96a2
parentMerge pull request #8 from digaoddc/readme (diff)
parentAdjust readme to correctly display code snippet (diff)
Merge pull request #10 from digaoddc/adjust-readme-mix-config-code
Adjust readme to correctly display code snippet
-rw-r--r--README.md20
1 files 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`