Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down