Fix typo in example README (#288)

This commit is contained in:
Patrice Chalin 2020-03-30 06:42:58 -04:00 committed by GitHub
parent 496c8b07d1
commit 4ba2a13b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):