From db5a1aa674186ccc0a6030ea9c246fec0566c3a8 Mon Sep 17 00:00:00 2001 From: mace Date: Fri, 23 Jan 2026 10:47:33 +0100 Subject: [PATCH] fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ba5bcb..00534ec 100644 --- a/README.md +++ b/README.md @@ -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] \ + deepl [OPTIONS] ### 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 The language your text should be tranlated to. Default is DE. ### ARGS: - \ Text to translate + Text to translate