Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
victorolinasc committed Jun 19, 2022
1 parent 73363df commit 9403f96
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 @@ -28,9 +28,9 @@ Add `:joken` to your list of dependencies in `mix.exs`:
``` elixir
def deps do
# .. other deps
{:joken, "~> 2.4"},
{:joken, "~> 2.5"},
# Recommended JSON library
{:jason, "~> 1.2"}
{:jason, "~> 1.3"}
end
```

Expand Down

0 comments on commit 9403f96

Please sign in to comment.