Skip to content

Commit

Permalink
Remove outdated statement from README
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn authored Jul 8, 2024
1 parent ca57719 commit 1dbd660
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ The package can be installed as:
```elixir
def deps do
[
{:grpc, "~> 0.7"},
# We don't force protobuf as a dependency for more
# flexibility on which protobuf library is used,
# but you probably want to use it as well
{:protobuf, "~> 0.11"}
{:grpc, "~> 0.8"}
]
end
```
Expand Down

0 comments on commit 1dbd660

Please sign in to comment.