From 352058d4ce024337e422af0e1770eb0e1acd6828 Mon Sep 17 00:00:00 2001 From: Abdul Momin <98901875+Curious-x@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:05:25 +0500 Subject: [PATCH] Typo Correction in README.md 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.