From 4ea908a1635731ed4b582362d9197dbe20e6b24c Mon Sep 17 00:00:00 2001 From: bglamadrid Date: Fri, 16 Aug 2024 11:39:52 -0400 Subject: [PATCH] style: simplify table of supported jdks and use proper md table format --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 41c54e25..66616ce1 100644 --- a/README.md +++ b/README.md @@ -86,19 +86,11 @@ This Entity-Relationship model diagram was designed very quickly using ### Supported JDK versions -Java version | Supported? ------------- | ----------- -11 | ✅ yes -12 | ✅ yes -13 | ✅ yes -14 | ✅ yes -15 | ✅ yes -16 | ✅ yes -17 | ✅ yes -18 | ✅ yes -19 | 🔴 no -20 | 🔴 no -21 | 🔴 no +| Java version | Supported? | +|--------------|------------| +| < 11 | no | +| 11 ... 18 | yes | +| > 18 | no | ### Requirements