Skip to content

Commit

Permalink
feat: update grpc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed May 15, 2020
1 parent d7d0640 commit a72e842
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 a72e842

Please sign in to comment.