Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Aug 18, 2019
1 parent 20751ef commit 0e41462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ Add `:credo` as a dependency to your project's `mix.exs`:
```elixir
defp deps do
[
{:credo, "~> 1.0.0", only: [:dev, :test], runtime: false}
{:credo, "~> 1.1.0", only: [:dev, :test], runtime: false}
]
end
```
Expand Down

0 comments on commit 0e41462

Please sign in to comment.