Skip to content

Commit bc8f2ea

Browse files
committed
docs(grpc-reflection): fixed link to example image
1 parent 7a15a1c commit bc8f2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-reflection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gRPC reflection API service for use with gRPC-node.
66

77
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.
88

9-
![example of reflection working with postman](https://gitlab.com/jtimmons/nestjs-grpc-reflection-module/-/raw/master/images/example.gif)
9+
![example of reflection working with postman](./images/example.gif)
1010

1111
## Installation
1212

0 commit comments

Comments
 (0)