From 34a6ab45595dd2c73130f2d9893452f6aa622d85 Mon Sep 17 00:00:00 2001 From: serv-inc Date: Thu, 8 Nov 2018 15:09:14 +0100 Subject: [PATCH] docs(README): Add reminder to include browser-polyfill.js before other bg scripts (#160) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef02c13..dab01f0 100644 --- a/README.md +++ b/README.md @@ -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 {