Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit b9552cf

Browse files
committed
Update index.md
1 parent 693a01b commit b9552cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ parameters and return types. On the server side, the server implements this
4343
interface and runs a gRPC server to handle client calls. On the client side,
4444
the client has a *stub* that provides exactly the same methods as the server.
4545

46-
![gRPC diagram](../img/grpc_concept_diagram_00.png)
46+
<img src="../img/grpc_concept_diagram_00.png" class="img-responsive" alt="gRPC diagram">
4747

4848
gRPC clients and servers can run and talk to each other in a variety of
4949
environments - from servers inside Google to your own desktop - and can

0 commit comments

Comments
 (0)