Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Jan 15, 2024
1 parent cd6610c commit 40a5816
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public class MyFirstTranslation {
response.getTranslations().forEach(translation ->
System.out.println(translation.getLanguageCode() + ": " + translation.getText()));
});
}

}
}
```
<details>
Expand Down

0 comments on commit 40a5816

Please sign in to comment.