Skip to content

Commit

Permalink
docs: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
vglebovich-lmru committed Sep 4, 2024
1 parent 7aeef8d commit 726c1c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,12 @@ async function bootstrap(): Promise<void> {
strategy: app.get(KafkaRetryConsumer),
});

// Put `app.listen(...)` before `app.startAllMicroservice()`
await app.listen(...)

await app.startAllMicroservices();

// ...

await app.listen(...)
}

// ...
Expand Down

0 comments on commit 726c1c1

Please sign in to comment.