Skip to content

Commit

Permalink
Change OTP application name (to please Hex)
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Mar 21, 2015
1 parent 7189cad commit ea490bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Choose how you'd like to install the custom tasks:
This will make the custom tasks available to `mix` regardless of where it is invoked, just like
the builtin tasks are.
2. Add `mix-erlang-tasks` as a dependency to your project:
2. Add `mix_erlang_tasks` as a dependency to your project:
```elixir
# in your mix.exs
defp deps do
[{:"mix-erlang-tasks", "0.1"}]
[{:mix_erlang_tasks, "0.1"}]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule MixErlangTasks.Mixfile do

def project do
[
app: :"mix-erlang-tasks",
app: :mix_erlang_tasks,
version: "0.1.0",
elixir: "~> 1.0",
description: description,
Expand Down

0 comments on commit ea490bb

Please sign in to comment.