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

Commit a46372d

Browse files
authored
Update README.md
Fix typo in Readme
1 parent 24e6f2a commit a46372d

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)