Doc fixes

This commit is contained in:
Danil Negrienko 2019-06-30 10:21:49 +03:00
parent 72feb9ebfc
commit ff5bb588fe

View File

@ -58,7 +58,7 @@ Request for getting list of supported languages is #languages.
Request for detecting language of text is #detect.
```elixir
YandexTranslator.detect("Hello")
YandexTranslate.detect("Hello")
```
### Translation
@ -66,7 +66,7 @@ Request for detecting language of text is #detect.
Request for translating text is #translate.
```elixir
YandexTranslator.translate("Hello", "ru")
YandexTranslate.translate("Hello", "uk")
```
## Contributing