diff --git a/README.md b/README.md index f038a77..1d88753 100644 --- a/README.md +++ b/README.md @@ -895,7 +895,7 @@ $response = Sync::run( ] */ $is_twofa = False; -if($response[sizeof($response)->code] == 410) { +if($response[sizeof($response) - 1]->code == 410) { $is_twofa = True; } ```