Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzky committed Nov 6, 2024
1 parent e183e18 commit 5fc2643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
```elixir
def deps do
[
{:salad_ui, "~> 0.12.0", only: [:dev]},
{:salad_ui, "~> 0.13.0", only: [:dev]},
{:tails, "~> 0.1"}
]
end
Expand All @@ -59,7 +59,7 @@ end
```elixir
def deps do
[
{:salad_ui, "~> 0.12.0", only: [:dev]}
{:salad_ui, "~> 0.13.0", only: [:dev]}
]
end
```
Expand Down

0 comments on commit 5fc2643

Please sign in to comment.