From 71cb47ea04be5db58cd3389a80d9771792b300ae Mon Sep 17 00:00:00 2001
From: Stephen Kraus <8003332+stephenmk@users.noreply.github.com>
Date: Sat, 6 May 2023 22:27:34 -0500
Subject: [PATCH] Update README.md
---
README.md | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index dcd8324..e9b6521 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ compiling the scraped data into compact dictionary file formats.
### Supported Dictionaries
* Online
+ * [国語辞典オンライン](https://kokugo.jitenon.jp/)
* [四字熟語辞典オンライン](https://yoji.jitenon.jp/)
* [故事・ことわざ・慣用句オンライン](https://kotowaza.jitenon.jp/)
* Offline
@@ -16,6 +17,12 @@ compiling the scraped data into compact dictionary file formats.
# Examples
+
+ 国語辞典オンライン (web | yomichan)
+
+ ![jitenon_kokugo](https://user-images.githubusercontent.com/8003332/236656018-631aae07-55fa-4f27-ba53-18952cf01b90.png)
+
+
四字熟語辞典オンライン (web | yomichan)
@@ -45,12 +52,12 @@ compiling the scraped data into compact dictionary file formats.
# Usage
```
usage: jitenbot [-h] [-p PAGE_DIR] [-i IMAGE_DIR]
- {jitenon-yoji,jitenon-kotowaza,smk8,daijirin2}
+ {jitenon-kokugo,jitenon-yoji,jitenon-kotowaza,smk8,daijirin2}
Convert Japanese dictionary files to new formats.
positional arguments:
- {jitenon-yoji,jitenon-kotowaza,smk8,daijirin2}
+ {jitenon-kokugo,jitenon-yoji,jitenon-kotowaza,smk8,daijirin2}
name of dictionary to convert
options: