Skip to content

Commit

Permalink
Merge pull request #521 from solar05/patch-1
Browse files Browse the repository at this point in the history
Update README example
  • Loading branch information
jeremyjh committed Oct 16, 2023
2 parents f15b991 + 2cdb160 commit e030c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 e030c51

Please sign in to comment.