Skip to content

Commit

Permalink
Merge pull request #1245 from gperdomor/patch-1
Browse files Browse the repository at this point in the history
feat: update grpc docs
  • Loading branch information
kamilmysliwiec authored Feb 26, 2021
2 parents 06d46f6 + a72e842 commit 943c1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/microservices/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ With the gRPC transporter, Nest uses `.proto` files to dynamically bind clients
To start building gRPC-based microservices, first install the required packages:

```bash
$ npm i --save grpc @grpc/proto-loader
$ npm i --save @grpc/grpc-js @grpc/proto-loader
```

#### Overview
Expand Down

0 comments on commit 943c1da

Please sign in to comment.