Skip to content

Commit

Permalink
Bump installation version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpunch authored Dec 2, 2024
1 parent 7bffad2 commit 79d6895
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 @@ Using separate Nix derivations for each dependency:
```elixir
def deps do
[
{:deps_nix, "~> 0.0", only: :dev}
{:deps_nix, "~> 1.0", only: :dev}
]
end
```
Expand Down

0 comments on commit 79d6895

Please sign in to comment.