From 696aafe19dacc3ca292bbb0ec249637cbcf2d66c Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Wed, 26 Sep 2018 11:11:34 -0700 Subject: [PATCH] s/usage/features/ --- packages/grpc-protobufjs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-protobufjs/README.md b/packages/grpc-protobufjs/README.md index 4c986ded..481b8629 100644 --- a/packages/grpc-protobufjs/README.md +++ b/packages/grpc-protobufjs/README.md @@ -2,7 +2,7 @@ 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. +to understands its features and limitations. ## Installation