Skip to content

Commit 9e79127

Browse files
committed
readme
1 parent 156a7e3 commit 9e79127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: examples/features/multiplex/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Multiplex
22

3-
A `ClientConn` can be shared by two stubs and two servicers can share a server.
3+
A `grpc.ClientConn` can be shared by two stubs and two servicers can share a
4+
`grpc.Server`. This example illustrates how to perform both types of sharing.
45

56
```
67
go run server/main.go

0 commit comments

Comments
 (0)