From 40a5816059581f8c578cd082812bc0d138268cbe Mon Sep 17 00:00:00 2001 From: Breno A Date: Sun, 14 Jan 2024 21:24:56 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 76f8780..703ab9c 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,7 @@ public class MyFirstTranslation { response.getTranslations().forEach(translation -> System.out.println(translation.getLanguageCode() + ": " + translation.getText())); }); - } - + } } ```