diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:30:50 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:30:50 -0400 |
commit | d4959b250be4587f3ac13404d8c9669b4b143908 (patch) | |
tree | f3d48718a4bbd93dcc5f8cb93970416b0ccdc0a7 /libraries/grpc | |
parent | 33af4e6420ca436952914d6ddfd41ad81863c15f (diff) |
libraries/grpc: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/grpc')
-rw-r--r-- | libraries/grpc/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/grpc/README b/libraries/grpc/README index dc9eef11b71e..4cd80295c7d2 100644 --- a/libraries/grpc/README +++ b/libraries/grpc/README @@ -1,3 +1,4 @@ -gRPC is a modern, open source, high-performance remote procedure call (RPC) -framework that can run anywhere. gRPC enables client and server applications to -communicate transparently, and simplifies the building of connected systems. +gRPC is a modern, open source, high-performance remote procedure call +(RPC) framework that can run anywhere. gRPC enables client and server +applications to communicate transparently, and simplifies the building +of connected systems. |