From 71e8037a778d3f82f3da0b548e0c87be9e94860a Mon Sep 17 00:00:00 2001 From: sthoo Date: Sun, 29 Jul 2018 19:17:47 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7dec04a..e75f436 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It forks from WordQuery, added **multi-thread feature**, and some other features 1. Place src folder of this repository to anki addon folder. **OR** - 2. Use the installation code: 1807206748 + 2. Use the installation code: **1807206748** ## Setting @@ -29,10 +29,6 @@ It forks from WordQuery, added **multi-thread feature**, and some other features 1. Click Menu **"Tools -> Add-ons -> FastWQ -> Edit..."** ![](screenshots/setting_menu.png) 2. Edit the code and click **Save** - ```python - # shortcut - shortcut = 'Ctrl+Q' - ``` ![](screenshots/setting_shortcut.png) ### Config @@ -71,6 +67,7 @@ It forks from WordQuery, added **multi-thread feature**, and some other features 2. Edit key field and click Query button ![](screenshots/use_03.png) + ## Other Projects Used - [mdict-query](https://github.com/mmjang/mdict-query) - [pystardict](https://github.com/lig/pystardict)