Doc fixes
This commit is contained in:
parent
72feb9ebfc
commit
ff5bb588fe
@ -58,7 +58,7 @@ Request for getting list of supported languages is #languages.
|
|||||||
Request for detecting language of text is #detect.
|
Request for detecting language of text is #detect.
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
YandexTranslator.detect("Hello")
|
YandexTranslate.detect("Hello")
|
||||||
```
|
```
|
||||||
|
|
||||||
### Translation
|
### Translation
|
||||||
@ -66,7 +66,7 @@ Request for detecting language of text is #detect.
|
|||||||
Request for translating text is #translate.
|
Request for translating text is #translate.
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
YandexTranslator.translate("Hello", "ru")
|
YandexTranslate.translate("Hello", "uk")
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user