docs(README): Add reminder to include browser-polyfill.js before other bg scripts (#160)

This commit is contained in:
serv-inc 2018-11-08 15:09:14 +01:00 committed by Rob Wu
parent 7b46d25db2
commit 34a6ab4559
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ and linked to the github releases:
## Basic Setup
In order to use the polyfill, it must be loaded into any context where `browser` APIs are accessed. The most common cases
are background and content scripts, which can be specified in `manifest.json`:
are background and content scripts, which can be specified in `manifest.json` (make sure to include the `browser-polyfill.js` script before any other scripts that use it):
```javascript
{