mirror of https://github.com/grpc/grpc-node.git
Add a link to protobufjs' documentation.
This commit is contained in:
parent
a1a74ca19a
commit
41c840d186
|
|
@ -1,6 +1,8 @@
|
||||||
# gRPC Protobuf Loader
|
# gRPC Protobuf Loader
|
||||||
|
|
||||||
A utility package for loading `.proto` files for use with gRPC, using the latest Protobuf.js package.
|
A utility package for loading `.proto` files for use with gRPC, using the latest Protobuf.js package.
|
||||||
|
Please refer to [protobuf.js' documentation](https://github.com/dcodeIO/protobuf.js/blob/master/README.md)
|
||||||
|
to understands its usage and limitations.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue