Skip to content

Commit 943c1da

Browse files
Merge pull request #1245 from gperdomor/patch-1
feat: update grpc docs
2 parents 06d46f6 + a72e842 commit 943c1da

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)