From e91e540fc219c52f2b70bc444b056598b2220e19 Mon Sep 17 00:00:00 2001 From: Eryu Xia Date: Mon, 15 Apr 2024 17:04:36 -0700 Subject: [PATCH] Update missing text (#1420) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27bf05d5..87885a02 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ npm i grpc-web If you don't already have [`protoc`](https://github.com/protocolbuffers/protobuf) installed, download it first from [here](https://github.com/protocolbuffers/protobuf/releases) and install it on your PATH. -Or run: +If you use Homebrew (on macOS), you could run: ```sh brew install protobuf