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 {