diff --git a/README.md b/README.md index 36089d07..62e57fc9 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ brew install protobuf If you don't have [`protoc-gen-js`](https://github.com/protocolbuffers/protobuf-javascript) installed, download it from [protocolbuffers/protobuf-javascript](https://github.com/protocolbuffers/protobuf-javascript/releases) and install it on your PATH. -Or, use the [third-party](https://www.npmjs.com/package/protoc-gen-js) npm installer: +Or, use the [official](https://www.npmjs.com/package/@protocolbuffers/protoc-gen-js) npm installer: ``` -npm install -g protoc-gen-js +npm install -g @protocolbuffers/protoc-gen-js ``` ### 3. Install gRPC-Web Code Generator