From 30669abd5a19a7f614b0de1ebcf58b8ab784ed67 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 5 Mar 2023 08:09:19 +0900 Subject: [PATCH] doc: fix typo in README.md (#36) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b17eb51..4adeab4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Make bilingual epub books Using AI translate 4. A sample book, animal_farm.epub, is provided for testing purposes. 5. Use --test command to preview the result if you haven't paid for the service. Note that there is a limit and it may take some time. 6. Set the target language like `--language "Simplified Chinese"`. - Suppot ` "Japanese" / "Traditional Chinese" / "German" / "French" / "Korean"`. + Support ` "Japanese" / "Traditional Chinese" / "German" / "French" / "Korean"`. Default target language is `"Simplified Chinese"`. Support language list please see the LANGUAGES at [utils.py](./utils.py). 7. Use the --proxy parameter to enable users in mainland China to use a proxy when testing locally. Enter a string such as http://127.0.0.1:7890. 8. Use the --resume command to manually resume the process after an interruption.