fix README.md

master
Mathias Rothenhaeusler 2026-01-23 10:47:33 +01:00
parent faefafe675
commit db5a1aa674
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Cli API for deepl translations. Create a .env config file in your user config fo
Required keys URI (eg. https://api-free.deepl.com/v2/translate) and KEY (eg. XYZ:rg).
### USAGE:
deepl [OPTIONS] \<INPUT>
deepl [OPTIONS] <INPUT>
### FLAGS:
-h, --help Prints help information
@ -15,4 +15,4 @@ Required keys URI (eg. https://api-free.deepl.com/v2/translate) and KEY (eg. XY
-t, --target <target_lang> The language your text should be tranlated to. Default is DE.
### ARGS:
\<INPUT> Text to translate
<INPUT> Text to translate