Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Feb 11, 2016
1 parent d9a74ef commit 45fcdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ Or call a static method
echo TranslateClient::translate('en', 'ka', 'Hello again');
```

As of v3.2 multiple sentence/array translation is available. *WARNING: Due to some Google updates, array translation is currently broken. Everything else still works fine thanks to awesome guys at [#32](https://github.com/Stichoza/google-translate-php/issues/32)*
As of v3.2 multiple sentence/array translation is available.

```php
echo $tr->translate(['I can dance', 'I like trains', 'Double rainbow']);
Expand Down

0 comments on commit 45fcdb0

Please sign in to comment.