Skip to content

Commit

Permalink
Merge pull request #2403 from pietrodn/patch-1
Browse files Browse the repository at this point in the history
Replace invalid link in grpc-tools README
  • Loading branch information
murgatroid99 committed Apr 5, 2023
2 parents 0714ef9 + 5c41ee4 commit 167732a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grpc-tools/README.md
Expand Up @@ -9,7 +9,7 @@ libraries.
This library exports the `grpc_tools_node_protoc` executable, which accepts all
of the same arguments as `protoc` itself. For use with Node, you most likely
want to use CommonJS-style imports. An example of generating code this way can
be found in [this guide](https://developers.google.com/protocol-buffers/docs/reference/javascript-generated#commonjs-imports).
be found in [this guide](https://github.com/protocolbuffers/protobuf-javascript/blob/main/docs/index.md).
The `grpc_tools_node_protoc` automatically includes the Node gRPC plugin, so
it also accepts the `--grpc_out=[option:]path` argument. The option can be
one of the following:
Expand All @@ -19,4 +19,4 @@ one of the following:
- `generate_package_definition`: Generates code that does not `require` any
gRPC library, and instead generates `PackageDefinition` objects that can
be passed to the `loadPackageDefinition` function provided by both the
`grpc` and `@grpc/grpc-js` libraries.
`grpc` and `@grpc/grpc-js` libraries.

0 comments on commit 167732a

Please sign in to comment.