From 4a78c451c9ef35ced853ecd61bd663687880e0fd Mon Sep 17 00:00:00 2001 From: Ryan Skraba Date: Wed, 11 Dec 2024 16:06:58 +0100 Subject: [PATCH] refactor: Beautify markdown --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 24609a5..7568fe1 100644 --- a/readme.md +++ b/readme.md @@ -24,8 +24,8 @@ Modules | [core17x](core17x/readme.md) | Helper project for running tests in Avro 1.7.x | | [core18x](core18x/readme.md) | Helper project for running tests in Avro 1.8.x | | [core19x](core19x/readme.md) | Helper project for running tests in Avro 1.9.x | -| [core110x](core110x/readme.md) | Helper project for running tests in Avro 1.10.x | | -| [core111x](core111x/readme.md) | Helper project for running tests in Avro 1.11.x | | +| [core110x](core110x/readme.md) | Helper project for running tests in Avro 1.10.x | +| [core111x](core111x/readme.md) | Helper project for running tests in Avro 1.11.x | | [core-master-snapshot](core-master-snapshot/readme.md) | Helper project for running tests in the latest SNAPSHOT releases from the Avro master branch. | | [ipc](ipc/readme.md) | Unit tests and examples for client/server communication with Avro protocols. | | [plugin](plugin/readme.md) | Using the maven plugin to generate Avro classes. |