diff --git a/README.md b/README.md index ee5ad21d..e58ad9ae 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Protect your checkout from the use of stolen credit cards, chargebacks, and othe Protect your content and build a paywall that actually works. Prevent visitors from resetting their free content quota by clearing cookies, going incognito, or using a VPN. [🗞 Paywall Live Demo](https://demo.fingerprint.com/paywall) +[📖 Paywall Article](https://fingerprint.com/blog/how-paywalls-work-paywall-protection-tutorial/) ### Personalization diff --git a/src/client/components/common/content.tsx b/src/client/components/common/content.tsx index 7f3c7d3f..f7331580 100644 --- a/src/client/components/common/content.tsx +++ b/src/client/components/common/content.tsx @@ -247,11 +247,11 @@ export const USE_CASES = { <>Try switching to incognito mode or clearing cookies to go around the paywall and read more articles., ], moreResources: [ - // { - // type: 'Use case tutorial', - // title: 'Paywall', - // url: 'https://fingerprint.com/use-cases/paywall/', - // }, + { + type: 'Use case tutorial', + title: 'Paywall', + url: 'https://fingerprint.com/blog/how-paywalls-work-paywall-protection-tutorial/', + }, ], }, personalization: {