From e70ea6f2d0126a9f31a9e204de7c45ded768a6be Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 23 Oct 2019 10:02:46 +0100 Subject: [PATCH] Fix grpc-web import in Readme (#243) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a12f7f..ac39370 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The [Dart](https://www.dart.dev/) implementation of See the [Dart gRPC Quickstart](https://grpc.io/docs/quickstart/dart.html). [grpc-web](https://github.com/grpc/grpc-web) in a browser context is supported by -`package:grpc/grpc-web.dart`. +`package:grpc/grpc_web.dart`. # Status