Skip to content

Commit

Permalink
Suggest latest version of burnex for Installation
Browse files Browse the repository at this point in the history
I don't know the reason of keeping the old version in Readme, but I think It's better to show the latest version in Readme to avoid any confusion.
  • Loading branch information
drselump14 committed Mar 26, 2021
1 parent 2aa979d commit 094b7cc
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 @@ -21,7 +21,7 @@ Add `:burnex` to your list of dependencies in `mix.exs`.
```elixir
def deps do
[
{:burnex, "~> 1.0"}
{:burnex, "~> 3.1.0"}
]
end
```
Expand Down

0 comments on commit 094b7cc

Please sign in to comment.