Skip to content

Commit b3d3c4c

Browse files
committed
Fix formatting in README.md for clarity and consistency
1 parent 3ca0782 commit b3d3c4c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@ A bidirectional Python code generator that converts between AsyncAPI 3.0 specifi
2020
pip install zen-generator
2121
```
2222
> [!IMPORTANT]
23-
>
24-
> Currently, only model and function definitions in the `components` block of the AsyncAPI file are supported.
23+
>Currently, only model and function definitions in the `components` block of the AsyncAPI file are supported.
2524
> Inline definitions are not supported.
2625
27-
28-
> [!NOTE]
29-
>
30-
This code snippet includes a custom definition for > declaring required parameters in model/function > definitions.
31-
Specifically, the `required` keyword is used to specify mandatory fields, as shown below:
26+
> [!NOTE]
27+
> This code snippet includes a custom definition for > declaring required parameters in model/function > definitions.
28+
> Specifically, the `required` keyword is used to specify mandatory fields, as shown below:
3229
3330
```yaml
3431
required:

0 commit comments

Comments
 (0)