From 1dbd660cec35766dd2af0924c93477064ddc5392 Mon Sep 17 00:00:00 2001 From: felipe stival <14948182+v0idpwn@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:39:44 -0300 Subject: [PATCH] Remove outdated statement from README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4eb22387..1fdbad87 100644 --- a/README.md +++ b/README.md @@ -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 ```