mirror of https://github.com/grpc/grpc-dart.git
Typo Correction in README.md (#695)
Corrected typo "RPs" to "RPCs". To avoid confusion.
This commit is contained in:
parent
4a043fa236
commit
aece2a4e3f
|
|
@ -1,7 +1,7 @@
|
||||||
Four code examples are available:
|
Four code examples are available:
|
||||||
|
|
||||||
1. [helloworld](https://github.com/grpc/grpc-dart/tree/master/example/helloworld):
|
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):
|
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.
|
A demonstration of using the Dart gRPC library to communicate with Google APIs.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue