diff --git a/README.md b/README.md index 583b768..19f4a9c 100755 --- a/README.md +++ b/README.md @@ -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