Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 546a6fa

Browse files
Merge branch 'master' of github.com:Baby-Markt/deepl-php-lib
2 parents 8114879 + b8b8ba9 commit 546a6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $text = array(
4242
$translations = $deepl->translate($text, 'de', 'en');
4343

4444
foreach ($translations as $translation) {
45-
echo $translation['text];
45+
echo $translation['text'];
4646
}
4747
```
4848

0 commit comments

Comments
 (0)