Typo Correction in README.md (#695)

Corrected typo "RPs" to "RPCs". To avoid confusion.
This commit is contained in:
Abdul Momin 2024-04-15 12:53:00 +05:00 committed by GitHub
parent 4a043fa236
commit aece2a4e3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.