From c9d3459b1f30804e55c78cdb7760ab7cf5966f6c Mon Sep 17 00:00:00 2001 From: hamzah syed <50793209+Hamzah-syed@users.noreply.github.com> Date: Wed, 24 Apr 2024 02:47:57 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6daf7ca..a26baef 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ import { memoize } from 'nextjs-better-unstable-cache' export const getCachedPageDetails = memoize( getPageDetails, { - duration: 3600 + duration: 3600, revalidateTags: (slug) => ['articles', slug], log: ['datacache', 'verbose'], }