From 89cf4dcf495381c31882a809b1c547b3cfddd97c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 27 Mar 2025 19:40:26 +0000 Subject: [PATCH] docs(readme): update plugin version syntax --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91097d9..d96ce68 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ npm i pg @fastify/postgres ### Compatibility | Plugin version | Fastify version | | ---------------|-----------------| -| `^6.x` | `^5.x` | +| `>=6.x` | `^5.x` | | `^5.x` | `^4.x` | -| `^3.x` | `^3.x` | -| `^1.x` | `^2.x` | -| `^1.x` | `^1.x` | +| `>=3.x <5.x` | `^3.x` | +| `>=1.x <3.x` | `^2.x` | +| `>=1.x <3.x` | `^1.x` | Please note that if a Fastify version is out of support, then so are the corresponding versions of this plugin