Skip to content

Commit

Permalink
chore: update installation instructions to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Maubert committed Mar 1, 2024
1 parent 1e1d760 commit 357191d
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 @@ -33,7 +33,7 @@ The package can be installed as:
1. Add json_stream to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:json_stream, "~> 0.0.1"}]
[{:json_stream, "~> 0.0.2"}]
end
```

Expand Down

0 comments on commit 357191d

Please sign in to comment.