From 2a76a5df6232142f7859548209240f21418e4be1 Mon Sep 17 00:00:00 2001 From: TeepaBlue <42367122+TeepaBlue@users.noreply.github.com> Date: Sun, 17 Mar 2019 06:39:44 +0900 Subject: Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit keyboard → the keyboard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b8490..74a236b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![CircleCI](https://circleci.com/gh/ueokande/vim-vixen.svg?style=svg)](https://circleci.com/gh/ueokande/vim-vixen) [![devDependencies Status](https://david-dm.org/ueokande/vim-vixen/dev-status.svg)](https://david-dm.org/ueokande/vim-vixen?type=dev) -Vim Vixen is a Firefox add-on which allows you to navigate with keyboard on the browser. +Vim Vixen is a Firefox add-on which allows you to navigate with the keyboard on the browser. Firefox started to support WebExtensions API and will stop supporting add-ons using legacy APIs from version 57. For this reason, many legacy add-ons do not work on Firefox 57. Vim Vixen is a new choice for Vim users since Vim Vixen uses the WebExtensions API. -- cgit v1.2.3 From 965aa349bc67d0e4e94ff5c5f23b8ce2f7569077 Mon Sep 17 00:00:00 2001 From: TeepaBlue <42367122+TeepaBlue@users.noreply.github.com> Date: Sun, 17 Mar 2019 06:42:05 +0900 Subject: Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d7a27a..b0b5f61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Open a new issue from [issues](https://github.com/ueokande/vim-vixen/issues). **Ensure the issue was not already reported** by searching on GitHub under Issues. -The issue should include title and clear description. +The issue should include a title and clear description. Pull request is also welcome to send a patch from [Pull Requests](https://github.com/ueokande/vim-vixen/pulls). Ensure the pull request includes description, and passes tests in CI. -- cgit v1.2.3