Skip to content

Commit 9936fd3

Browse files
authored
Update README.md
1 parent 049dea6 commit 9936fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To make use of Go Micro import it
5151
import "go-micro.dev/v5"
5252
```
5353

54-
Define a handler (protobuf is optionally supported - see [example](https://github.com/go-micro/examples/blob/main/helloworld/main.go))
54+
Define a handler (protobuf is supported via [protoc-gen-micro](https://github.com/micro/go-micro/tree/master/cmd/protoc-gen-micro))
5555

5656
```golang
5757
type Request struct {

0 commit comments

Comments
 (0)