Skip to content

Commit 64a2f9d

Browse files
committed
docs: clarify titles
1 parent c385d0c commit 64a2f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PROTOCOL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The footer is a single line that follows the format: `<endsection uuid="<UUID>"
3434
- `<UUID>` is the unique identifier of the section. It must match the one in the header.
3535
- `<STATUS>` is the status of the section, which can be either `good`, `bad` or `pending`. This status will influence the color of the status indicator of the section in the website.
3636

37-
## Java Adapter
37+
### Java Adapter
3838

3939
There is a Java adapter available in [./protocol/JmmProtocolAdapter.java](./protocol/JmmProtocolAdapter.java) that can be used to integrate the jmm protocol into your compiler.
4040

@@ -92,7 +92,7 @@ JmmProtocolAdapter.createSection("Jasmin", jasminResult.getJasminCode());
9292

9393
```
9494

95-
## Example
95+
## Compiler Output Example
9696

9797
Here is an example of the output of the compiler:
9898

0 commit comments

Comments
 (0)