Skip to content

Commit

Permalink
docs(readme): remove second person usage
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <[email protected]>
  • Loading branch information
Fdawgs authored Jan 29, 2025
1 parent 6dc18c6 commit 231ff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 231ff9a

Please sign in to comment.