Skip to content

Commit 0e7ac42

Browse files
authored
Update README.md
1 parent 3c16085 commit 0e7ac42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/grpc-proto-loader/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install
2424
Use [`@grpc/proto-loader`](https://www.npmjs.com/package/@grpc/proto-loader) to generate the TypeScript files:
2525

2626
```sh
27-
proto-loader-gen-types --longs=String --enums=String --defaults --oneofs --grpcLib=@grpc/grpc-js --outDir=proto/ proto/*.proto
27+
$(npm bin)/proto-loader-gen-types --longs=String --enums=String --defaults --oneofs --grpcLib=@grpc/grpc-js --outDir=proto/ proto/*.proto
2828
```
2929

3030
This is aliased as a npm script:

0 commit comments

Comments
 (0)