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
half-shell committed Mar 22, 2024
1 parent 5ffe12a commit 7fb7344
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 7fb7344

Please sign in to comment.