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'], }