mirror of https://github.com/grpc/grpc-node.git
docs(grpc-reflection): fixed link to example image
This commit is contained in:
parent
7a15a1cccb
commit
bc8f2ead26
|
@ -6,7 +6,7 @@ gRPC reflection API service for use with gRPC-node.
|
|||
|
||||
This package provides an implementation of the [gRPC Server Reflection Protocol](https://github.com/grpc/grpc/blob/master/doc/server-reflection.md) service which can be added to an existing gRPC server. Adding this service to your server will allow clients [such as postman](https://blog.postman.com/postman-now-supports-grpc/) to dynamically load the API specification from your running application rather than needing to pass around and load proto files manually.
|
||||
|
||||

|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in New Issue