diff --git a/example/README.md b/example/README.md index 3534e58..67cc944 100644 --- a/example/README.md +++ b/example/README.md @@ -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):