From 55b1676564125629b6791dc5bbf27228328eadca Mon Sep 17 00:00:00 2001 From: "Rausch, Fabian" <fabian.rausch@studium.uni-hamburg.de> Date: Sun, 25 Oct 2020 21:06:35 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3b094fc..0be4b4f 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,4 @@ Due to the secret AUTH KEY there is no possibility here to use an image from Doc - Run the Docker container: `docker run -p 6061:5050 deepl-api` ## Usage -You can use them - for example using curl - as follows: - `curl -F text="Guten Abend" -F target_lang=EN -X POST http://0.0.0.0:6061/translate` -- GitLab