Skip to content

Commit 88d9b49

Browse files
committed
Fix formatting in README.md for example links and JVM flags
1 parent 48c0254 commit 88d9b49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Caveats:
3030

3131
See the runnable example and step-by-step instructions in the example module:
3232

33-
- example-echo/README.md
33+
- [`example-echo/README.md`](example-echo/README.md)
3434

3535
(That README contains the minimal build and run commands, including how to start the example server and run a quick curl smoke test.)
3636

@@ -59,7 +59,7 @@ mvn clean install
5959

6060
## Integration tips and runtime flags
6161
- Install the Netty scheduler as the JVM virtual-thread scheduler with:
62-
-Djdk.virtualThreadScheduler.implClass=io.netty.loom.NettyScheduler
62+
`-Djdk.virtualThreadScheduler.implClass=io.netty.loom.NettyScheduler`
6363

6464
- Some blocking I/O integrations rely on per-carrier pollers. The code checks `jdk.pollerMode` and expects value `3` for per-carrier pollers. This can be controlled via JVM flags or defaults depending on your JVM version.
6565

@@ -85,7 +85,6 @@ java -jar target/benchmarks.jar
8585
```
8686

8787
## Prerequisites
88-
- Java 21 or newer (with Loom support)
8988
- Maven 3.6+
9089
- To use the `VirtualMultithreadIoEventLoopGroup` set the JVM property to install the Netty scheduler:
9190
-Djdk.virtualThreadScheduler.implClass=io.netty.loom.NettyScheduler

0 commit comments

Comments
 (0)