summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTiago Freire <tcfonnet@gmail.com>2016-08-16 01:18:30 -0300
committerTiago Freire <code.tiago.frire@locaweb.com.br>2016-08-18 15:08:05 -0300
commit1db1adbf2d061848f78711c38678edd02250f923 (patch)
tree2932151e492855506a40c9e7af5b6e7583aa1903 /README.md
parent[WIP] Init. (diff)
WIP
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 08ed556..18dee79 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# PowerDNSx
+# PowerDNSex
**TODO: Add description**
@@ -6,19 +6,19 @@
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
- 1. Add `powerdnsx` to your list of dependencies in `mix.exs`:
+ 1. Add `powerdnsex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
- [{:powerdnsx, "~> 0.1.0"}]
+ [{:powerdnsex, "~> 0.1.0"}]
end
```
- 2. Ensure `powerdnsx` is started before your application:
+ 2. Ensure `powerdnsex` is started before your application:
```elixir
def application do
- [applications: [:powerdnsx]]
+ [applications: [:powerdnsex]]
end
```