From 231ff9a7d79cecc50392741cfb3a9f2e5abc2fc6 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 29 Jan 2025 19:23:35 +0000 Subject: [PATCH] docs(readme): remove second person usage Signed-off-by: Frazer Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b9aa84..288793a 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ await fastify.register( ``` Fastify encapsulation can be used to set global compression but run it only in a subset of routes by wrapping them inside a plugin. -> 🛈 Note: If you are using `@fastify/compress` plugin together with `@fastify/static` plugin, `@fastify/compress` must be registered (with *global hook*) **before** registering `@fastify/static`. +> 🛈 Note: If using `@fastify/compress` plugin together with `@fastify/static` plugin, `@fastify/compress` must be registered (with *global hook*) **before** registering `@fastify/static`. ### Per Route options Different compression options can be specified per route using the `compress` options in the route's configuration.