From c0c4b2fc29e2ae9809865c5f55dbd07d656fd8d6 Mon Sep 17 00:00:00 2001 From: Viacheslav Lotsmanov Date: Sat, 30 Jul 2022 05:27:27 +0300 Subject: [PATCH] Update gRPC version mentioned in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 820fb8c..e363981 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ have extended and released under the same [`LICENSE`](./LICENSE) Installation ------------ -**The current version of this library requires gRPC version 1.34.1. Newer versions may work but have not been tested.** +**The current version of this library requires gRPC version 1.46.3. Newer versions may work but have not been tested.** Usage ----- @@ -22,7 +22,7 @@ put the completed package into the nix store. `nix-shell` can be used to give you a development environment where you can use `cabal` for development and testing: -```bash +``` console $ nix-shell [nix-shell]$ cabal configure --enable-tests && cabal build && cabal test ```