From 4ba2a13b16ac1dd8043c0f565ddf458ea8faeb98 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 30 Mar 2020 06:42:58 -0400 Subject: [PATCH] Fix typo in example README (#288) --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):