Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
renanpvaz committed Oct 6, 2023
1 parent 957923d commit e9077f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ in `mix.exs`:
```elixir
def deps do
[
{:excellent_migrations, "~> 0.1", only: [:dev, :test], runtime: false}
{:excellent_migrations,
git: "[email protected]:scorebet/excellent_migrations.git",
tag: "v0.0.1",
only: [:dev, :test],
runtime: false}
]
end
```
Expand Down

0 comments on commit e9077f2

Please sign in to comment.