Skip to content

Commit

Permalink
docs(readme): replace fastify.io links with fastify.dev (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 14, 2024
1 parent 21d4d2f commit 7cafdde
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 @@ -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,
Expand Down

0 comments on commit 7cafdde

Please sign in to comment.