From 4d76c937fec9ab0a681c2fdd9ee9f82fde885426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Schr=C3=B6der?= Date: Mon, 11 Jan 2021 20:11:06 +0100 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 438ff2c..39b33c8 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ For more info, see: ### Running Locally -#### via WebExtensions API (web-ext) +#### Via WebExtensions API (web-ext) 1. Install the [web-ext](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext) tool. 2. Run `web-ext run -s src/`. This launches Firefox and installs the extension automatically. This tool provides some additional development features, such as [automatic reloading](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext#Automatic_extension_reloading). -#### via about:debugging in Firefox +#### Via about:debugging in Firefox 1. Open the `about:debugging` page in Firefox. -2. Click on `This FIrefox`. +2. Click on `This Firefox`. 3. Click on [Load Temporary Add-on](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox). 4. Select `src/manifest.json`.