chore: Fixed typos in README.md file (#197)

This commit is contained in:
Siddharth M 2019-08-01 17:00:57 +05:30 committed by Luca Greco
parent ad207a84b9
commit 51998c1c64
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Supported Browsers
| Opera | *Unofficially Supported* as a Chrome-compatible target (but not explicitly tested in automation) | | Opera | *Unofficially Supported* as a Chrome-compatible target (but not explicitly tested in automation) |
| Edge | *Not supported* (See [MSEdge Support](#msedge-support) section) | | Edge | *Not supported* (See [MSEdge Support](#msedge-support) section) |
The polyfill is being tested explictly (with automated tests that run on every pull request) on **officially supported** The polyfill is being tested explicitly (with automated tests that run on every pull request) on **officially supported**
browsers (that are currently the last stable versions of Chrome and Firefox). browsers (that are currently the last stable versions of Chrome and Firefox).
On Firefox, this library is actually acting as a NO-OP: it detects that the `browser` API object is already defined On Firefox, this library is actually acting as a NO-OP: it detects that the `browser` API object is already defined
@ -118,7 +118,7 @@ browser.tabs.executeScript({file: "content.js"}).then(result => {
### Basic Setup with module bundlers ### Basic Setup with module bundlers
This library is built as a **UMD module** (Universal Module Definition), and so it can also be used with module bundlers (and explictly tested on both **webpack** and **browserify**) or AMD module loaders. This library is built as a **UMD module** (Universal Module Definition), and so it can also be used with module bundlers (and explicitly tested on both **webpack** and **browserify**) or AMD module loaders.
**src/background.js**: **src/background.js**:
```javascript ```javascript