From bdaf5f32256c6bc29c97cb2ae1e8af315ca1d29c Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 31 Mar 2024 16:56:58 +0900 Subject: [PATCH] Fix README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d5b7e82..919c2be 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ puts t.translate_document("path/to/document.pdf", target_lang: "EN") | DEEPL_TARGET_LANG | Default target language | | DEEPL_USER_AGENT | User-Agent | -```crystal - ## Development - Pull requests are welcome. @@ -58,4 +56,3 @@ puts t.translate_document("path/to/document.pdf", target_lang: "EN") # License MIT -```