Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Glench committed May 5, 2021
1 parent 5e716e2 commit e3ae544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e3ae544

Please sign in to comment.