Skip to content

Commit a72e842

Browse files
committed
feat: update grpc docs
1 parent d7d0640 commit a72e842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/grpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ With the gRPC transporter, Nest uses `.proto` files to dynamically bind clients
1111
To start building gRPC-based microservices, first install the required packages:
1212

1313
```bash
14-
$ npm i --save grpc @grpc/proto-loader
14+
$ npm i --save @grpc/grpc-js @grpc/proto-loader
1515
```
1616

1717
#### Overview

0 commit comments

Comments
 (0)