From e6d3ad882f703db641c81d3b350608ed83b15ff7 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 2 Nov 2024 12:23:34 +0000 Subject: [PATCH] docs(readme): standardize compatibility table style Signed-off-by: Frazer Smith --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 43a03d39..3ab14c00 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ npm i @fastify/swagger | Plugin version | Fastify version | | -------------- | --------------- | -| `^9.0.0` | `^5.0.0` | -| `^8.0.0` | `^4.0.0` | -| `^7.0.0` | `^4.0.0` | -| `^6.0.0` | `^3.0.0` | -| `^3.0.0` | `^2.0.0` | -| `^1.0.0` | `^1.0.0` | +| `^9.x` | `^5.x` | +| `^8.x` | `^4.x` | +| `^7.x` | `^4.x` | +| `^6.x` | `^3.x` | +| `^3.x` | `^2.x` | +| `^1.x` | `^1.x` | Please note that if a Fastify version is out of support, then so are the corresponding version(s) of this plugin