diff --git a/readme.md b/readme.md index 93405203..022fd224 100644 --- a/readme.md +++ b/readme.md @@ -137,8 +137,8 @@ $service = new AuthenticationService([ ] ], 'authenticators' => [ - 'Auth.Form', - 'Auth.Session' + 'Auth.Session', + 'Auth.Form' ] ]); ```