Skip to content

Commit

Permalink
Update content/microservices/basics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Sep 11, 2023
1 parent 19d9b92 commit d8160f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/microservices/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ bootstrap();

> info **Hint** Microservices use the **TCP** transport layer by default.
> info **Hint** Multiple microservice listeners can be instantiated within the same NestJS application if needed as well. See the [Hybrid Application](https://docs.nestjs.com/faq/hybrid-application) section for details on how to do so.
The second argument of the `createMicroservice()` method is an `options` object. This object may consist of two members:

<table>
Expand Down

0 comments on commit d8160f3

Please sign in to comment.