Skip to content

Commit

Permalink
docs(readme): optional modules initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
codesprut committed Sep 22, 2023
1 parent 5098e28 commit e11cafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export class InfrastructureModule {
</details>

<details>
<summary>4.2. If you want, you can not create <code>consumer</code>, <code>producer</code> or <code>schemaRegistry</code></summary>
<summary>4.2. You are not required to initialize all modules together, i.e. you can only create <code>consumer</code> without <code>producer</code> and <code>schemaRegistry</code></summary>

```typescript
import {
Expand Down

0 comments on commit e11cafe

Please sign in to comment.