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

Commit b8b8ba9

Browse files
Merge pull request #2 from tomschwiha/patch-1
Update README.md
2 parents 24e6f2a + a46372d commit b8b8ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $text = array(
3838
$translations = $deepl->translate($text, 'de', 'en');
3939

4040
foreach ($translations as $translation) {
41-
echo $translation['text];
41+
echo $translation['text'];
4242
}
4343
```
4444

@@ -72,4 +72,4 @@ Or use composer.
7272

7373
```bash
7474
composer test
75-
```
75+
```

0 commit comments

Comments
 (0)