diff options
Diffstat (limited to 'examples/python/multiplex/README.md')
-rw-r--r-- | examples/python/multiplex/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/python/multiplex/README.md b/examples/python/multiplex/README.md index bad3a42b37..5931be392a 100644 --- a/examples/python/multiplex/README.md +++ b/examples/python/multiplex/README.md @@ -1 +1,3 @@ An example showing two stubs sharing a channel and two servicers sharing a server. + +More complete documentation lives at [grpc.io](http://www.grpc.io/docs/tutorials/basic/python.html). |