From 60ff391bbfa419ca3c2a8622cebd8f6b47b4fadf Mon Sep 17 00:00:00 2001 From: Eryu Xia Date: Mon, 15 Apr 2024 17:03:25 -0700 Subject: [PATCH] Update missing text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27bf05d..87885a0 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