diff --git a/README-CN.md b/README-CN.md index 58ba915..722df2b 100644 --- a/README-CN.md +++ b/README-CN.md @@ -66,7 +66,7 @@ export OPENAI_API_KEY=${your_api_key} python3 make_book.py --book_name test_books/animal_farm.epub --model gpt3 --language ja # Use the DeepL model with Japanese -python3 make_book.py --book_name test_books/animal_farm.epub --model deepl --deepl_token ${deepl_token}--language ja +python3 make_book.py --book_name test_books/animal_farm.epub --model deepl --deepl_token ${deepl_key}--language ja # Translate contents in
and