From 011740e4e3c30d3583312514078fe607380bfc47 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 8 Aug 2022 09:58:21 +0200 Subject: [PATCH] Add note on the README about Fastify v4 Signed-off-by: Matteo Collina --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 785993e..4961771 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ This plugin can be used in a variety of circumstances, for example if you have t ## Requirements -Fastify 3.x. See [this branch](https://github.com/fastify/fastify-http-proxy/tree/1.x) and related versions for Fastify 1.x compatibility and [this tag](https://github.com/fastify/fastify-http-proxy/tree/v3.2.0) for Fastify 2.x. +Fastify 4.x. +See [@fastify/http-proxy v7.x](https://github.com/fastify/fastify-http-proxy/tree/7.x) for Fastify 3.x compatibility. ## Install