fix README.md
parent
faefafe675
commit
db5a1aa674
|
|
@ -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).
|
Required keys URI (eg. https://api-free.deepl.com/v2/translate) and KEY (eg. XYZ:rg).
|
||||||
|
|
||||||
### USAGE:
|
### USAGE:
|
||||||
deepl [OPTIONS] \<INPUT>
|
deepl [OPTIONS] <INPUT>
|
||||||
|
|
||||||
### FLAGS:
|
### FLAGS:
|
||||||
-h, --help Prints help information
|
-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.
|
-t, --target <target_lang> The language your text should be tranlated to. Default is DE.
|
||||||
|
|
||||||
### ARGS:
|
### ARGS:
|
||||||
\<INPUT> Text to translate
|
<INPUT> Text to translate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue