From 200a3cb0ce1e48d5b13eca8ffce244c59691ca5f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 23 Apr 2025 16:04:24 +0100 Subject: [PATCH] Update README.md (#2749) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8cb760..bae4205a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To make use of Go Micro import it import "go-micro.dev/v5" ``` -Define a handler (protobuf is optionally supported - see [example](https://github.com/go-micro/examples/blob/main/helloworld/main.go)) +Define a handler (protobuf is supported via [protoc-gen-micro](https://github.com/micro/go-micro/tree/master/cmd/protoc-gen-micro)) ```golang type Request struct {