Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Feb 8, 2021
1 parent bba1605 commit 5f5275e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ translate('Ik spreek Engels', {to: 'en'}).then(res => {
});
```

> Please note that maximum text length for single translation call is **5000** characters.
> In case of longer text you should split it on chunks, see [#20](https://github.com/vitalets/google-translate-api/issues/20).
From English to Dutch with a typo:

```js
Expand Down

0 comments on commit 5f5275e

Please sign in to comment.