Skip to content

Commit

Permalink
Update README example
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 committed Oct 11, 2023
1 parent f15b991 commit 2cdb160
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 @@ -17,7 +17,7 @@ To add it to a mix project, just add a line like this in your deps function in m
```elixir
defp deps do
[
{:dialyxir, "~> 1.3", only: [:dev], runtime: false},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
]
end
```
Expand Down

0 comments on commit 2cdb160

Please sign in to comment.