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())); }); - } - + } } ```