diff --git a/README.md b/README.md index 585c319..941a57a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM version](https://img.shields.io/npm/v/@fastify/cookie.svg?style=flat)](https://www.npmjs.com/package/@fastify/cookie) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) -A plugin for [Fastify](http://fastify.io/) that adds support for reading and +A plugin for [Fastify](http://fastify.dev/) that adds support for reading and setting cookies. This plugin's cookie parsing works via Fastify's `onRequest` hook. Therefore,