mirror of https://github.com/grpc/grpc-dart.git
Fix typo in example README (#288)
This commit is contained in:
parent
496c8b07d1
commit
4ba2a13b16
|
@ -3,7 +3,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.
|
||||
|
||||
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.
|
||||
|
||||
1. [metadata](https://github.com/grpc/grpc-dart/tree/master/example/metadata):
|
||||
|
|
Loading…
Reference in New Issue