diff --git a/README.md b/README.md index 3b28afd..12f5907 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ fastify.register(require('@fastify/basic-auth'), { }) ``` -The `authenticate` object can also have an optional `header` key allowing to customise the name of the header used instead of the default `WWW-Authenticate`: +The `authenticate` object can include an optional `header` key to customize the header name, replacing the default `WWW-Authenticate`: ```js fastify.register(require('@fastify/basic-auth'), {