Skip to content

Commit

Permalink
Fix incorrect installation docs
Browse files Browse the repository at this point in the history
`unleash_ex` did return an error form hex:
Failed to fetch record for 'hexpm/unleash_ex' from registry (using cache instead)
This could be because the package does not exist, it was spelled incorrectly or you don't have permissions to it
** (Mix) No package with name unleash_ex (from: mix.exs) in registry
  • Loading branch information
iceniveth committed Oct 18, 2020
1 parent d9fe429 commit 28bcfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ by adding `unleash_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:unleash_ex, "~> 1.0"}
{:unleash, "~> 1.0"}
]
end
```
Expand Down

0 comments on commit 28bcfe3

Please sign in to comment.