diff --git a/Android/AccountList/README b/Android/AccountList/README index 42fad4a..4287848 100644 --- a/Android/AccountList/README +++ b/Android/AccountList/README @@ -24,9 +24,9 @@ Using the plugin type: 'account type' // if not specified get all accounts }, function (result) { - console.log(res.length); + console.log(result.length); for (i in res) - console.log(res[i]); + console.log(result[i]); }, function (error) { console.log(error);