Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximKulikov authored Jan 31, 2017
1 parent 6b0055a commit 78d8b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class Example {

// Ожидайте пока пользователь одобрит или запретит использовать приложение
// ВНИМАНИЕ: на этом методе приложение повиснет пока не получит ответ от пользователя
boolean authSuccess = twitch.auth().awaitAccessToken();
boolean authSuccess = gg.auth().awaitAutorizationCode();

// Проверяем, что авторизация успешна
if (authSuccess) {
Expand Down

0 comments on commit 78d8b42

Please sign in to comment.