From 1bf70f932c1beb00f88c956f7ff8d0f192c7838e Mon Sep 17 00:00:00 2001 From: Daniel Podolsky <1049874+onokonem@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:02:54 +0300 Subject: [PATCH] minor fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b65e1..062bc0a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please rise the issue in case of any difference found in these plugins output. ### Install ``` -go install github.com/Djarvur/protoc-gen-python-grpc/cmd/protoc-gen-python-grpc@v0.1.1 +go install github.com/Djarvur/protoc-gen-python-grpc/cmd/protoc-gen-python-grpc@v0.1.3 ``` Make sure your [protoc](https://grpc.io/docs/protoc-installation/)/[buf](https://buf.build/docs/installation) compiler can see the `protoc-gen-python-grpc` in the path.