From aece2a4e3f29955c4b3ec5532aeb104753882624 Mon Sep 17 00:00:00 2001 From: Abdul Momin <98901875+Curious-x@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:53:00 +0500 Subject: [PATCH] Typo Correction in README.md (#695) Corrected typo "RPs" to "RPCs". To avoid confusion. --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 67cc9446..330358ab 100644 --- a/example/README.md +++ b/example/README.md @@ -1,7 +1,7 @@ Four code examples are available: 1. [helloworld](https://github.com/grpc/grpc-dart/tree/master/example/helloworld): - A demonstration of using the Dart gRPC library to perform unary RPs. + A demonstration of using the Dart gRPC library to perform unary RPCs. 1. [googleapis](https://github.com/grpc/grpc-dart/tree/master/example/googleapis): A demonstration of using the Dart gRPC library to communicate with Google APIs.