From 5b48a770f2449a51cc427fdcfa054815f0f0a7ba Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 11 Jul 2022 13:29:05 +0530 Subject: [PATCH] Fix typo in README --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c549de..cdd8cfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,7 +140,7 @@ go run github.com/paralus/paralus #### Updating Proto Files? -- Make sure you have `[buf](https://github.com/bufbuild/buf)` installed +- Make sure you have [`buf`](https://github.com/bufbuild/buf) installed - Install dependencies: ``` go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest