Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday authored Nov 25, 2023
1 parent a3398c7 commit 8cf5dfe
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 @@ -11,7 +11,7 @@ This plugin's cookie parsing works via Fastify's `onRequest` hook. Therefore,
you should register it prior to any other `onRequest` hooks that will depend
upon this plugin's actions.

It is also possible to import the low-level cookie parsing and serialization functions.
It is also possible to [import the low-level cookie parsing and serialization functions](#importing-serialize-and-parse).

`@fastify/cookie` [v2.x](https://github.com/fastify/fastify-cookie/tree/v2.x)
supports both Fastify@1 and Fastify@2.
Expand Down

0 comments on commit 8cf5dfe

Please sign in to comment.