diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/blacklist.md | 2 | ||||
-rw-r--r-- | docs/index.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/blacklist.md b/docs/blacklist.md index d1db18c..bff1cad 100644 --- a/docs/blacklist.md +++ b/docs/blacklist.md @@ -32,7 +32,7 @@ To disable <kbd>j</kbd> and <kbd>k</kbd> keys (scroll down and up) on github.com ```json { - "blacklist" [ + "blacklist": [ { "url": "github.com", "keys": ["j", "k"] } ] } diff --git a/docs/index.md b/docs/index.md index b7e8624..8e4f3a3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,10 +13,10 @@ since it uses the WebExtensions API. ### Install Vim Vixen -Vim Vixen is supported on Firefox 68 ESR. Please latest version of stable ESR +Vim Vixen is supported on Firefox 68 ESR. Please install the latest version of stable ESR from the [download page](https://www.mozilla.org/en-US/firefox/). You can install Vim Vixen from [Firefox add-ons (addons.mozilla.org)][AMO], and -manage installed addon-ons on Firefox preferences `about:preferences`. +manage installed add-ons on Firefox preferences `about:preferences`. ### Quick start |