From e3ae544805b29169793463b0fca5c10fbd5ad37d Mon Sep 17 00:00:00 2001 From: Glen Chiacchieri Date: Wed, 5 May 2021 13:28:54 -0400 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 800a6b3..cfc202a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ExtPay needs the following configuration in your V2 `manifest.json`: } ``` -ExtPay will not show a scary permission warning when your users try to install your extension. +ExtPay will not show a scary permission warning when users try to install your extension. The content script is required to enable `extpay.onPaid` callbacks (see below). If you're using a bundler, you can create a file called something like `ExtPay_content_script.js` that only contains `import 'ExtPay'` or `require('ExtPay')` and use that in the `"js"` field above.