From 8cf5dfe9e5c05d2f0c45b0172c546390f3b04b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Sat, 25 Nov 2023 14:56:08 +0100 Subject: [PATCH] add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ea85c..8044e48 100644 --- a/README.md +++ b/README.md @@ -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.