Skip to content

Commit

Permalink
add git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomohopia committed Nov 16, 2023
1 parent 969a5ac commit 38b6920
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 @@ -14,7 +14,7 @@ Add `:mutix` to your test dependencies in your `mix.exs` file:
```elixir
def deps do
[
{:mutix, git: "https://github.com/tuomohopia/mutix.git", only: :test}
{:mutix, git: "https://github.com/tuomohopia/mutix.git", tag: "v0.1.0", only: :test}
]
end
```
Expand Down

0 comments on commit 38b6920

Please sign in to comment.